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 ea3d674 commit 273ae1cCopy full SHA for 273ae1c
pkgs/by-name/co/containerlab/package.nix
@@ -7,16 +7,16 @@
7
8
buildGoModule rec {
9
pname = "containerlab";
10
- version = "0.65.1";
+ version = "0.66.0";
11
12
src = fetchFromGitHub {
13
owner = "srl-labs";
14
repo = "containerlab";
15
rev = "v${version}";
16
- hash = "sha256-ivygQomXIgRpCBa3YZYKfk6Twml+TJOae7YGsTDqf+8=";
+ hash = "sha256-y3zmKS5jeVxJAe+TBu7eg7OeM27d0xbKuxR03WnibkE=";
17
};
18
19
- vendorHash = "sha256-Y7ckQeC94zqNmSu9Y5Cd/kM3aoRdjsmBK2uMZzoJNh4=";
+ vendorHash = "sha256-zRq9o+xOmb3C3BARS2Y2Cu5ioQKey/5MGu9HxYBxcsw=";
20
21
nativeBuildInputs = [ installShellFiles ];
22
0 commit comments