Unverified Commit 0a2530ac authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #307282 from r-ryantm/auto-update/namespace-cli

namespace-cli: 0.0.359 -> 0.0.360
parents 5427885c 9147a61d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

buildGoModule rec {
  pname = "namespace-cli";
  version = "0.0.359";
  version = "0.0.360";

  src = fetchFromGitHub {
    owner = "namespacelabs";
    repo = "foundation";
    rev = "v${version}";
    hash = "sha256-zLEaQmZKDwTRR6Zi/thCtVu+jJONGouaVOcxKBBIkt4=";
    hash = "sha256-HuicX6g5+TfctiF4/N7uSQtkzzx9y2dnfn0ef+p1nRc=";
  };

  vendorHash = "sha256-72cHswoTZszo42NOrPNuokDlqoJ3/YEhGe+rQSKvgAw=";