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 90789b0 commit f5828e9Copy full SHA for f5828e9
pkgs/by-name/co/containerlab/package.nix
@@ -7,16 +7,16 @@
7
8
buildGoModule rec {
9
pname = "containerlab";
10
- version = "0.61.0";
+ version = "0.62.0";
11
12
src = fetchFromGitHub {
13
owner = "srl-labs";
14
repo = "containerlab";
15
rev = "v${version}";
16
- hash = "sha256-VEN2JjgLukE8YQ2nq+qFS2Yq0TdiTyRm2RUm32mJzBM=";
+ hash = "sha256-6WDmjVRLvh8FBydaN41Vj4B5BIkIF9VnvhRcJR3k9Ec=";
17
};
18
19
- vendorHash = "sha256-PwPih5LuXPBznSvn4L4h8zCiuWP2+u90PdN5+2Il6j0=";
+ vendorHash = "sha256-G9W4iC04R5Rvl3hAJtMlUKJKo7AAIE33Y2c+0HedXU8=";
20
21
nativeBuildInputs = [ installShellFiles ];
22
0 commit comments