openfga: 1.10.3 -> 1.10.4

This commit is contained in:
R. Ryantm
2025-11-04 20:49:11 +00:00
parent da83893018
commit e03ed37f02
+3 -3
View File
@@ -7,7 +7,7 @@
let
pname = "openfga";
version = "1.10.3";
version = "1.10.4";
in
buildGoModule {
@@ -17,10 +17,10 @@ buildGoModule {
owner = "openfga";
repo = "openfga";
rev = "v${version}";
hash = "sha256-iP4VzQDScLAiRArVKh9n0AcPXZHPs+xRi4K9S0Z7n48=";
hash = "sha256-4Mi+fjOBwzL3iq57iz4SAESNRCm75gKnZCIsOwTQeAc=";
};
vendorHash = "sha256-421jf8XSCBteKQ7cr7ln/oBJgWxFsIqY+ccwW2R4/ro=";
vendorHash = "sha256-KK/6CNq824PBgAHnPoGza0yvLQ/paa1hznfp5p2GKyY=";
nativeBuildInputs = [ installShellFiles ];