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 d33993d commit 0cfcd3eCopy full SHA for 0cfcd3e
pkgs/by-name/cl/clusternet/package.nix
@@ -6,13 +6,13 @@
6
7
buildGoModule rec {
8
pname = "clusternet";
9
- version = "0.17.2";
+ version = "0.17.3";
10
11
src = fetchFromGitHub {
12
owner = "clusternet";
13
repo = "clusternet";
14
rev = "refs/tags/v${version}";
15
- hash = "sha256-6JZdFHMbdFm2uTlMbbi0y4rcVkbUZ6gSeK57v6MiL7M=";
+ hash = "sha256-uhRnJyUR7lbJvVxd3YNVxmTSTDksQsVcM5G8ZKO7Xbk=";
16
};
17
18
vendorHash = "sha256-hY4bgQXwKjL4UT3omDYuxy9xN9XOr00mMvGssKOSsG4=";
0 commit comments