We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97cb910 + 7cdb342 commit 6df9ed7Copy full SHA for 6df9ed7
pkgs/by-name/op/openfga-cli/package.nix
@@ -7,7 +7,7 @@
7
8
let
9
pname = "openfga-cli";
10
- version = "0.6.3";
+ version = "0.6.4";
11
in
12
13
buildGoModule {
@@ -17,10 +17,10 @@ buildGoModule {
17
owner = "openfga";
18
repo = "cli";
19
rev = "v${version}";
20
- hash = "sha256-PHUXwDZta+utlUkkb4XRnhTgFlwMgOTD1/iboP+LMqY=";
+ hash = "sha256-EIfVu6RnfIlHDKa5Kfy9cZ9ntg4Mdaz0SaDcCVHi01Q=";
21
};
22
23
- vendorHash = "sha256-hTt9Ut7+4LX+4SqC64feRGm6gLmrKswYt/XNqpTlQzo=";
+ vendorHash = "sha256-l6gZ8E7WYeJq8crxzKAP8q4L9aoXkjad64XUZfToE14=";
24
25
nativeBuildInputs = [ installShellFiles ];
26
0 commit comments