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

openfga-cli: 0.4.0 -> 0.4.1
This commit is contained in:
Nick Cao 2024-06-06 09:37:06 -04:00 committed by GitHub
commit 884a5fc95a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@
let
pname = "openfga-cli";
version = "0.4.0";
version = "0.4.1";
in
buildGoModule {
@ -17,10 +17,10 @@ buildGoModule {
owner = "openfga";
repo = "cli";
rev = "v${version}";
hash = "sha256-nwzUBzu8c8kuSTbjwOB1mCFMLF1zoUReXofXeBOAO1U=";
hash = "sha256-Eex2Bts0A6Lu5M626idVK3lqVCX+2WosD8YrQP4DuC8=";
};
vendorHash = "sha256-3fElvsy248lRwmIKWv8ac6BLJ1y5Qyr+kKh/1vprmvo=";
vendorHash = "sha256-cr9Y72ilUZxAjOIopx7VmZVtE8TxJhxdKSJIj6NawRI=";
nativeBuildInputs = [ installShellFiles ];