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 47a9223 commit f3b8df4Copy full SHA for f3b8df4
pkgs/by-name/co/containerlab/package.nix
@@ -7,18 +7,18 @@
7
8
buildGoModule rec {
9
pname = "containerlab";
10
- version = "0.59.0";
+ version = "0.60.0";
11
12
src = fetchFromGitHub {
13
owner = "srl-labs";
14
repo = "containerlab";
15
rev = "v${version}";
16
- hash = "sha256-4YSnAoQkjDpSRBMqYW8D3TzipE5Co892y5PXkcz+8xA=";
+ hash = "sha256-+Xq4/cRtTYqbexajHtILAZvy0NWLn9UMxR1ksg0/JuY=";
17
};
18
19
nativeBuildInputs = [ installShellFiles ];
20
21
- vendorHash = "sha256-PJQrQn7QPtUSzdlf2BYY8ARcmH6pzZgpl1oQbc98M4Y=";
+ vendorHash = "sha256-YX2JDDZ1jx32zfFj/2fY61zqxPIzmwntN+7kiGDxxV4=";
22
23
ldflags = [
24
"-s"
0 commit comments