Unverified Commit 1ca3329c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

openfga: 1.10.1 -> 1.10.2 (#448442)

parents 3568cae5 cda63190
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

let
  pname = "openfga";
  version = "1.10.1";
  version = "1.10.2";
in

buildGoModule {
@@ -17,10 +17,10 @@ buildGoModule {
    owner = "openfga";
    repo = "openfga";
    rev = "v${version}";
    hash = "sha256-lk677ctvk2n+8GcZiNbTV3NeD5+xhhVuojhENQTcC0s=";
    hash = "sha256-DzsGa6dgaynP3SHa7p9gxjKtHOwlTz9oDWJDpTg0f0Y=";
  };

  vendorHash = "sha256-8uI8Woiu6F81y2YCGXLHx7D+nO3D9jCHUI5FUq+ImXA=";
  vendorHash = "sha256-XPsoXyLM+Lmd0OsvCV7fJY74ZajhclTC+Iagmthp6W0=";

  nativeBuildInputs = [ installShellFiles ];