Skip to content

Commit fbc4985

Browse files
committed
containerlab: 0.62.2 -> 0.64.0
1 parent 9246ba4 commit fbc4985

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.62.2";
10+
version = "0.64.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "srl-labs";
1414
repo = "containerlab";
1515
rev = "v${version}";
16-
hash = "sha256-RUe/IHHhZKbxtNVxiS29/OPvpCCOzaz2d5Qh3vVll3U=";
16+
hash = "sha256-ijqylVQKt7N3rc+HVc34XfU3LMXAtn+mhVWIzZZIikw=";
1717
};
1818

19-
vendorHash = "sha256-G9W4iC04R5Rvl3hAJtMlUKJKo7AAIE33Y2c+0HedXU8=";
19+
vendorHash = "sha256-9p4J9qkIQCubn3W4b3qNHfq1M2kMiqG0eGFaBxGdrAk=";
2020

2121
nativeBuildInputs = [ installShellFiles ];
2222

0 commit comments

Comments
 (0)