Skip to content

Commit

Permalink
containerlab: 0.42.0 -> 0.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Janik-Haag authored and yayayayaka committed Aug 8, 2023
1 parent a364ebd commit 78c4c23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/containerlab/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

buildGoModule rec {
pname = "containerlab";
version = "0.42.0";
version = "0.43.0";

src = fetchFromGitHub {
owner = "srl-labs";
repo = "containerlab";
rev = "v${version}";
hash = "sha256-Vs3+5lnHy1QOisyq8heHlkE+Ezd6jDTFiTZUPxNQDnA=";
hash = "sha256-Wo6Dfcdax8EjZRP5JBKrnxpFTVx0GV+7uaDgBY/zg6I=";
};

vendorHash = "sha256-QaL4dlGw0az/hnYK20UOgh+AZ4wjhaopesJeN4zmeFE=";
vendorHash = "sha256-uaYeFzG74VTUrtql6mSi+LNh6IjDomixrWwGQMgmONc=";

ldflags = [
"-s"
Expand Down

0 comments on commit 78c4c23

Please sign in to comment.