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.
2 parents 82eb82e + ef82311 commit 67a4253Copy full SHA for 67a4253
pkgs/by-name/co/containerlab/package.nix
@@ -7,16 +7,16 @@
7
8
buildGoModule rec {
9
pname = "containerlab";
10
- version = "0.64.0";
+ version = "0.65.1";
11
12
src = fetchFromGitHub {
13
owner = "srl-labs";
14
repo = "containerlab";
15
rev = "v${version}";
16
- hash = "sha256-ijqylVQKt7N3rc+HVc34XfU3LMXAtn+mhVWIzZZIikw=";
+ hash = "sha256-ivygQomXIgRpCBa3YZYKfk6Twml+TJOae7YGsTDqf+8=";
17
};
18
19
- vendorHash = "sha256-9p4J9qkIQCubn3W4b3qNHfq1M2kMiqG0eGFaBxGdrAk=";
+ vendorHash = "sha256-Y7ckQeC94zqNmSu9Y5Cd/kM3aoRdjsmBK2uMZzoJNh4=";
20
21
nativeBuildInputs = [ installShellFiles ];
22
0 commit comments