Skip to content

Commit 235e8e0

Browse files
committed
namespace-cli: 0.0.415 -> 0.0.416
1 parent affc8c3 commit 235e8e0

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.415";
9+
version = "0.0.416";
1010

1111
src = fetchFromGitHub {
1212
owner = "namespacelabs";
1313
repo = "foundation";
1414
rev = "v${version}";
15-
hash = "sha256-mWiY2HbOE7R9ltunpSLiM84iscTuSJTQtWCbk2O/HIQ=";
15+
hash = "sha256-Te2BFbzrGU7iw+CqDafOiIByUfHEb8QGBAci+6imIm4=";
1616
};
1717

18-
vendorHash = "sha256-waO9D0wSluzLl0pULeWMCYKh5IUqcS+VIvwDVwedx64=";
18+
vendorHash = "sha256-hPZmNH4bhIds+Ps0pQCjYPfvVBaX8e3Bq/onq91Fzq8=";
1919

2020
subPackages = [
2121
"cmd/nsc"

0 commit comments

Comments
 (0)