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

namespace-cli: 0.0.377 -> 0.0.380
This commit is contained in:
Nick Cao
2024-06-27 15:50:27 -04:00
committed by GitHub
+3 -3
View File
@@ -5,16 +5,16 @@
buildGoModule rec {
pname = "namespace-cli";
version = "0.0.377";
version = "0.0.380";
src = fetchFromGitHub {
owner = "namespacelabs";
repo = "foundation";
rev = "v${version}";
hash = "sha256-GQPur1Rc0o7WyCNwXLiu7w3sntQQ/B7WhKHCKVmqH/8=";
hash = "sha256-DAOSkWT+fe0av0EpjK8HxgIei6urgFJrNeMdZfrDqDM=";
};
vendorHash = "sha256-72cHswoTZszo42NOrPNuokDlqoJ3/YEhGe+rQSKvgAw=";
vendorHash = "sha256-y+mXUzkY5w2hYECtfcBBUCWsRwhip6IhX617lRX698Q=";
subPackages = ["cmd/nsc" "cmd/ns" "cmd/docker-credential-nsc"];