Skip to content

Commit ae64140

Browse files
authored
namespace-cli: 0.0.402 -> 0.0.403 (#383558)
2 parents 5523512 + ad2669f commit ae64140

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/na/namespace-cli/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
buildGoModule rec {
88
pname = "namespace-cli";
9-
version = "0.0.402";
9+
version = "0.0.403";
1010

1111
src = fetchFromGitHub {
1212
owner = "namespacelabs";
1313
repo = "foundation";
1414
rev = "v${version}";
15-
hash = "sha256-1QqBfi9OL2b+mR2ubtErVtIFXIK95vO9WrzrdZWqqAo=";
15+
hash = "sha256-J9TR9jk9Tp4lIDGfxibapA6BX18APkN1p8XH9C11W1Y=";
1616
};
1717

18-
vendorHash = "sha256-narbmKAmVFtTR8JkGkem8aHScoXiZ+0V+3a9Vkd7BSA=";
18+
vendorHash = "sha256-PoJy/tpjkUkxHiJZNFzl2UXj29iojwL9g6YrAEkSvKk=";
1919

2020
subPackages = [
2121
"cmd/nsc"

0 commit comments

Comments
 (0)