We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247b88d commit ad2669fCopy full SHA for ad2669f
pkgs/by-name/na/namespace-cli/package.nix
@@ -6,16 +6,16 @@
6
7
buildGoModule rec {
8
pname = "namespace-cli";
9
- version = "0.0.402";
+ version = "0.0.403";
10
11
src = fetchFromGitHub {
12
owner = "namespacelabs";
13
repo = "foundation";
14
rev = "v${version}";
15
- hash = "sha256-1QqBfi9OL2b+mR2ubtErVtIFXIK95vO9WrzrdZWqqAo=";
+ hash = "sha256-J9TR9jk9Tp4lIDGfxibapA6BX18APkN1p8XH9C11W1Y=";
16
};
17
18
- vendorHash = "sha256-narbmKAmVFtTR8JkGkem8aHScoXiZ+0V+3a9Vkd7BSA=";
+ vendorHash = "sha256-PoJy/tpjkUkxHiJZNFzl2UXj29iojwL9g6YrAEkSvKk=";
19
20
subPackages = [
21
"cmd/nsc"
0 commit comments