containerlab: 0.46.2 -> 0.48.1

+4 -4
+4 -4
pkgs/tools/networking/containerlab/default.nix
··· 6 7 buildGoModule rec { 8 pname = "containerlab"; 9 - version = "0.46.2"; 10 11 src = fetchFromGitHub { 12 owner = "srl-labs"; 13 repo = "containerlab"; 14 rev = "v${version}"; 15 - hash = "sha256-TzHTiAcN57FDdKBkZq5YwFwjP3s6OmN3431XGoMgnwI="; 16 }; 17 18 nativeBuildInputs = [ installShellFiles ]; 19 20 - vendorHash = "sha256-3ALEwpFDnbSoTm3bxHZmRGkw1DeQ4Ikl6PpTosa1S6E="; 21 22 ldflags = [ 23 "-s" ··· 41 changelog = "https://github.com/srl-labs/containerlab/releases/tag/${src.rev}"; 42 license = licenses.bsd3; 43 platforms = platforms.linux; 44 - maintainers = with maintainers; [ janik ]; 45 }; 46 }
··· 6 7 buildGoModule rec { 8 pname = "containerlab"; 9 + version = "0.48.1"; 10 11 src = fetchFromGitHub { 12 owner = "srl-labs"; 13 repo = "containerlab"; 14 rev = "v${version}"; 15 + hash = "sha256-k166J9algbbwGMG65Sr0sshwhLwo5M7JDtGnG4AKZJM="; 16 }; 17 18 nativeBuildInputs = [ installShellFiles ]; 19 20 + vendorHash = "sha256-w5lwZTSG6OI85P/swjK3NtovMqfgttr9DC+CPSKlpKQ="; 21 22 ldflags = [ 23 "-s" ··· 41 changelog = "https://github.com/srl-labs/containerlab/releases/tag/${src.rev}"; 42 license = licenses.bsd3; 43 platforms = platforms.linux; 44 + maintainers = with maintainers; [ aaronjheng ]; 45 }; 46 }