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

openfga-cli: 0.5.3 -> 0.6.0 (#340263)

parents b9e56690 4cc9f32b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

let
  pname = "openfga-cli";
  version = "0.5.3";
  version = "0.6.0";
in

buildGoModule {
@@ -17,10 +17,10 @@ buildGoModule {
    owner = "openfga";
    repo = "cli";
    rev = "v${version}";
    hash = "sha256-74wHhVGhLiuszRZBjxGGk9jfN+D6T1eZg8OFEkE3gPE=";
    hash = "sha256-6bzVT+SnYAFDYdy5nyXPpmUuLsmjvUuaIlPkICjw30U=";
  };

  vendorHash = "sha256-TDjXy5zR5LJWVmIfAolHgzM7JElgyksHbv0NAS97QnU=";
  vendorHash = "sha256-jIcuyt4tzfz+WkyQnMZs6viLnmwtGbVawgnz9M/xAS8=";

  nativeBuildInputs = [ installShellFiles ];