Skip to content

Commit f3b8df4

Browse files
committed
containerlab: 0.59.0 -> 0.60.0
1 parent 47a9223 commit f3b8df4

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,18 +7,18 @@
77

88
buildGoModule rec {
99
pname = "containerlab";
10-
version = "0.59.0";
10+
version = "0.60.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "srl-labs";
1414
repo = "containerlab";
1515
rev = "v${version}";
16-
hash = "sha256-4YSnAoQkjDpSRBMqYW8D3TzipE5Co892y5PXkcz+8xA=";
16+
hash = "sha256-+Xq4/cRtTYqbexajHtILAZvy0NWLn9UMxR1ksg0/JuY=";
1717
};
1818

1919
nativeBuildInputs = [ installShellFiles ];
2020

21-
vendorHash = "sha256-PJQrQn7QPtUSzdlf2BYY8ARcmH6pzZgpl1oQbc98M4Y=";
21+
vendorHash = "sha256-YX2JDDZ1jx32zfFj/2fY61zqxPIzmwntN+7kiGDxxV4=";
2222

2323
ldflags = [
2424
"-s"

0 commit comments

Comments
 (0)