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

openfga: 1.5.4 -> 1.5.5
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-07-08 21:05:44 +00:00 committed by GitHub
commit dd61cb2b71
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.4";
version = "1.5.5";
in
buildGoModule {
@ -17,10 +17,10 @@ buildGoModule {
owner = "openfga";
repo = "openfga";
rev = "v${version}";
hash = "sha256-0K4z5CPNx+MVJ1PeB8rmO8+6hDGZ3ZALTFBWwR2Xl1k=";
hash = "sha256-g6cAN+OhpcBkaVVvHes7ETgKuY7aEhlyvdH7bxiTANA=";
};
vendorHash = "sha256-sihNWuxwptBrVO9sXD2YNP20mgwYU2y4NSb8wqVWmCk=";
vendorHash = "sha256-NwEGElYT6dmx5+U166E3XJoP1z3oUjp+jb5WHhVtNrs=";
nativeBuildInputs = [ installShellFiles ];