Skip to content

Commit

Permalink
containerlab: 0.59.0 -> 0.60.0 (#362284)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Dec 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 8c933f4 + f3b8df4 commit c90e086
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/co/containerlab/package.nix
Original file line number Diff line number Diff line change
@@ -7,18 +7,18 @@

buildGoModule rec {
pname = "containerlab";
version = "0.59.0";
version = "0.60.0";

src = fetchFromGitHub {
owner = "srl-labs";
repo = "containerlab";
rev = "v${version}";
hash = "sha256-4YSnAoQkjDpSRBMqYW8D3TzipE5Co892y5PXkcz+8xA=";
hash = "sha256-+Xq4/cRtTYqbexajHtILAZvy0NWLn9UMxR1ksg0/JuY=";
};

nativeBuildInputs = [ installShellFiles ];

vendorHash = "sha256-PJQrQn7QPtUSzdlf2BYY8ARcmH6pzZgpl1oQbc98M4Y=";
vendorHash = "sha256-YX2JDDZ1jx32zfFj/2fY61zqxPIzmwntN+7kiGDxxV4=";

ldflags = [
"-s"

0 comments on commit c90e086

Please sign in to comment.