openfga-cli: 0.7.4 -> 0.7.5

This commit is contained in:
R. Ryantm
2025-10-09 19:19:56 +00:00
parent 285ea04d23
commit 1bb16e1d19

View File

@@ -7,7 +7,7 @@
let
pname = "openfga-cli";
version = "0.7.4";
version = "0.7.5";
in
buildGoModule {
@@ -17,10 +17,10 @@ buildGoModule {
owner = "openfga";
repo = "cli";
rev = "v${version}";
hash = "sha256-kskPQyMzFgCOIaHmN/iZbRDPR6wbYp8kBcf+51cniSk=";
hash = "sha256-/6X42OoIAOXKBi3PSqpzNMfHCJy/HNfiU7lCmmiWi8k=";
};
vendorHash = "sha256-e/w1KGVzrZPp8KTP0paCRcE9OYkZMmEmmIZmKmPtx5s=";
vendorHash = "sha256-KZbtIjDHCuMo4mmTKq8nA0Yc/HIFu22CS8ei8afT33Y=";
nativeBuildInputs = [ installShellFiles ];