Skip to content

Commit 6169850

Browse files
containerlab: 0.61.0 -> 0.62.0 (NixOS#374536)
Co-authored-by: aaronjheng <[email protected]>
2 parents ab255a6 + f5828e9 commit 6169850

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/co/containerlab/package.nix

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

88
buildGoModule rec {
99
pname = "containerlab";
10-
version = "0.61.0";
10+
version = "0.62.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "srl-labs";
1414
repo = "containerlab";
1515
rev = "v${version}";
16-
hash = "sha256-VEN2JjgLukE8YQ2nq+qFS2Yq0TdiTyRm2RUm32mJzBM=";
16+
hash = "sha256-6WDmjVRLvh8FBydaN41Vj4B5BIkIF9VnvhRcJR3k9Ec=";
1717
};
1818

19-
vendorHash = "sha256-PwPih5LuXPBznSvn4L4h8zCiuWP2+u90PdN5+2Il6j0=";
19+
vendorHash = "sha256-G9W4iC04R5Rvl3hAJtMlUKJKo7AAIE33Y2c+0HedXU8=";
2020

2121
nativeBuildInputs = [ installShellFiles ];
2222

0 commit comments

Comments
 (0)