Skip to content

Commit 273ae1c

Browse files
committed
containerlab: 0.65.1 -> 0.66.0
1 parent ea3d674 commit 273ae1c

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

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

19-
vendorHash = "sha256-Y7ckQeC94zqNmSu9Y5Cd/kM3aoRdjsmBK2uMZzoJNh4=";
19+
vendorHash = "sha256-zRq9o+xOmb3C3BARS2Y2Cu5ioQKey/5MGu9HxYBxcsw=";
2020

2121
nativeBuildInputs = [ installShellFiles ];
2222

0 commit comments

Comments
 (0)