Skip to content

Commit

Permalink
openfga: 1.8.2 -> 1.8.3 (#372165)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 9, 2025
2 parents 42bd380 + 89a35c6 commit 332e603
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/op/openfga/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

let
pname = "openfga";
version = "1.8.2";
version = "1.8.3";
in

buildGoModule {
Expand All @@ -17,10 +17,10 @@ buildGoModule {
owner = "openfga";
repo = "openfga";
rev = "v${version}";
hash = "sha256-Vh2oUEXCN6w7O3JU99KL6HBmNgcW4FSf/v5Qe4MayrQ=";
hash = "sha256-f8yTmk542u/YPSq3oOa9REkHDGr32tP8OOs+ctNBt2E=";
};

vendorHash = "sha256-EAw5UjLyjoow1ZhUy98Ok2OtwXDqubgqy6LqEk8ORl8=";
vendorHash = "sha256-cuq7W465azHuVqnlzE0dD84R7F8/ErKt9wE4kjyI3Yc=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 332e603

Please sign in to comment.