tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
containerlab: 0.46.2 -> 0.48.1
Aaron Jheng
2 years ago
22070a03
75fbff25
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
containerlab
default.nix
+4
-4
pkgs/tools/networking/containerlab/default.nix
···
6
6
7
7
buildGoModule rec {
8
8
pname = "containerlab";
9
9
-
version = "0.46.2";
9
9
+
version = "0.48.1";
10
10
11
11
src = fetchFromGitHub {
12
12
owner = "srl-labs";
13
13
repo = "containerlab";
14
14
rev = "v${version}";
15
15
-
hash = "sha256-TzHTiAcN57FDdKBkZq5YwFwjP3s6OmN3431XGoMgnwI=";
15
15
+
hash = "sha256-k166J9algbbwGMG65Sr0sshwhLwo5M7JDtGnG4AKZJM=";
16
16
};
17
17
18
18
nativeBuildInputs = [ installShellFiles ];
19
19
20
20
-
vendorHash = "sha256-3ALEwpFDnbSoTm3bxHZmRGkw1DeQ4Ikl6PpTosa1S6E=";
20
20
+
vendorHash = "sha256-w5lwZTSG6OI85P/swjK3NtovMqfgttr9DC+CPSKlpKQ=";
21
21
22
22
ldflags = [
23
23
"-s"
···
41
41
changelog = "https://github.com/srl-labs/containerlab/releases/tag/${src.rev}";
42
42
license = licenses.bsd3;
43
43
platforms = platforms.linux;
44
44
-
maintainers = with maintainers; [ janik ];
44
44
+
maintainers = with maintainers; [ aaronjheng ];
45
45
};
46
46
}