Skip to content

Commit

Permalink
openfga: 1.8.0 -> 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 8, 2024
1 parent 0bc7caf commit 8d1df57
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.0";
version = "1.8.1";
in

buildGoModule {
Expand All @@ -17,10 +17,10 @@ buildGoModule {
owner = "openfga";
repo = "openfga";
rev = "v${version}";
hash = "sha256-Xps7Bhy+fldScCexijzoAkQ+pAJTay+5vU+J4MxtUZs=";
hash = "sha256-AzKlvBb0r7yu6FnRWNlN/3ZGYmly7gmQ5H/lv5pfSac=";
};

vendorHash = "sha256-6V/ab5TCbWJuELZnpdcTAbCZ3lDnoG+vC/T8iuLRbyk=";
vendorHash = "sha256-WZNjGoMDYcwhkwJAzew7jRHCcPzUq34g1MydAad6Oek=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 8d1df57

Please sign in to comment.