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

openfga: 1.11.0 -> 1.11.1 (#463628)

parents 63c64492 07ac8f5a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

let
  pname = "openfga";
  version = "1.11.0";
  version = "1.11.1";
in

buildGoModule {
@@ -17,10 +17,10 @@ buildGoModule {
    owner = "openfga";
    repo = "openfga";
    rev = "v${version}";
    hash = "sha256-2PmTIoi7v06/Uqlj2GlBbnGpu3GB4xBondG/w3egSjs=";
    hash = "sha256-GI0ZII1PlZMTjgxoJJP45mHAUF4BAXGDqV3bNlFB5ec=";
  };

  vendorHash = "sha256-KK/6CNq824PBgAHnPoGza0yvLQ/paa1hznfp5p2GKyY=";
  vendorHash = "sha256-pwEyPHQZ6XYa/HhopvY/hDFHIAbnC51d2IQBSpvMBY8=";

  nativeBuildInputs = [ installShellFiles ];