Skip to content

Commit 67a4253

Browse files
containerlab: 0.64.0 -> 0.65.1 (#385191)
Co-authored-by: aaronjheng <[email protected]>
2 parents 82eb82e + ef82311 commit 67a4253

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

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

19-
vendorHash = "sha256-9p4J9qkIQCubn3W4b3qNHfq1M2kMiqG0eGFaBxGdrAk=";
19+
vendorHash = "sha256-Y7ckQeC94zqNmSu9Y5Cd/kM3aoRdjsmBK2uMZzoJNh4=";
2020

2121
nativeBuildInputs = [ installShellFiles ];
2222

0 commit comments

Comments
 (0)