openfga: 1.5.6 -> 1.5.8

This commit is contained in:
R. Ryantm
2024-08-11 16:58:42 +00:00
parent e7f2456df4
commit bd6ed9fd77
+3 -3
View File
@@ -7,7 +7,7 @@
let
pname = "openfga";
version = "1.5.6";
version = "1.5.8";
in
buildGoModule {
@@ -17,10 +17,10 @@ buildGoModule {
owner = "openfga";
repo = "openfga";
rev = "v${version}";
hash = "sha256-R5BqaKiW2jhglJ6zPPQF2Ld97YCttocjhfbo0dDGvCI=";
hash = "sha256-cogfwd2rFYl/UKjw1pnsL9D77IHn+5ulvMU+7WU2670=";
};
vendorHash = "sha256-zrhLG5msji6t4VPKG85jD8c2XQCRdQkF9UfRMqnzSFM=";
vendorHash = "sha256-rU45E9yEh7a1MrbnzFFuNeMpfbODO2O7tqEaiv7CA9Y=";
nativeBuildInputs = [ installShellFiles ];