mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
foks: 0.1.7 -> 0.1.8
`nix-shell -p nix-update --run "nix-update --version=0.1.8 foks"`
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
(cherry picked from commit 870a998b29)
This commit is contained in:
parent
2417141031
commit
3efb545a1a
1 changed files with 3 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ let
|
|||
in
|
||||
buildGoModule (finalAttrs: {
|
||||
inherit pname;
|
||||
version = "0.1.7";
|
||||
version = "0.1.8";
|
||||
|
||||
__structuredAttrs = true;
|
||||
strictDeps = true;
|
||||
|
|
@ -28,10 +28,10 @@ buildGoModule (finalAttrs: {
|
|||
owner = "foks-proj";
|
||||
repo = "go-foks";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-UZ4BZ2/S44hnG+uLHtWR/qqQtr6tbbQbQOgIrN4ciT0=";
|
||||
hash = "sha256-JY0ec+LNRQf0S8gTeazvQhvQ7LRM3zz1qvopGPaKM1k=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-+ysHa5KNhoxtoXPgOWC9ZDJKYqF+84s7oyxRib2S6a8=";
|
||||
vendorHash = "sha256-W0lyLy7k3xin8VSdxNgeh1FpHprOKIDduHIW3Oqk1LY=";
|
||||
|
||||
postPatch = ''
|
||||
cd ./server/web/templates
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue