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:
phanirithvij 2026-06-15 11:37:18 +05:30 committed by github-actions[bot]
commit 3efb545a1a

View file

@ -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