Merge pull request #328858 from r-ryantm/auto-update/openfga

openfga: 1.5.5 -> 1.5.6
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-07-21 09:45:39 +00:00 committed by GitHub
commit 36a71da7ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@
let
pname = "openfga";
version = "1.5.5";
version = "1.5.6";
in
buildGoModule {
@ -17,10 +17,10 @@ buildGoModule {
owner = "openfga";
repo = "openfga";
rev = "v${version}";
hash = "sha256-g6cAN+OhpcBkaVVvHes7ETgKuY7aEhlyvdH7bxiTANA=";
hash = "sha256-R5BqaKiW2jhglJ6zPPQF2Ld97YCttocjhfbo0dDGvCI=";
};
vendorHash = "sha256-NwEGElYT6dmx5+U166E3XJoP1z3oUjp+jb5WHhVtNrs=";
vendorHash = "sha256-zrhLG5msji6t4VPKG85jD8c2XQCRdQkF9UfRMqnzSFM=";
nativeBuildInputs = [ installShellFiles ];