openfga: 1.5.9 -> 1.6.0

This commit is contained in:
R. Ryantm 2024-09-07 09:46:33 +00:00
parent 29cca09041
commit 5b8050054f

View File

@ -7,7 +7,7 @@
let
pname = "openfga";
version = "1.5.9";
version = "1.6.0";
in
buildGoModule {
@ -17,10 +17,10 @@ buildGoModule {
owner = "openfga";
repo = "openfga";
rev = "v${version}";
hash = "sha256-btk7I1jHWJfV1KgWpPXbKbn1f/2MnLrqA0HuHD3fSQc=";
hash = "sha256-Y0ffBbNQFPGoLq2B9HtImU1tH0JqhvPYgftNCUQtcJo=";
};
vendorHash = "sha256-rU45E9yEh7a1MrbnzFFuNeMpfbODO2O7tqEaiv7CA9Y=";
vendorHash = "sha256-+awhoYHstxLarPRDIzETAx0wR8TqoyDz3iFSQxH2vG4=";
nativeBuildInputs = [ installShellFiles ];