Skip to content

Commit

Permalink
containerlab: 0.57.0 -> 0.57.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 13, 2024
1 parent 81f25b1 commit 19a4c21
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
Expand Up @@ -6,18 +6,18 @@

buildGoModule rec {
pname = "containerlab";
version = "0.57.0";
version = "0.57.1";

src = fetchFromGitHub {
owner = "srl-labs";
repo = "containerlab";
rev = "v${version}";
hash = "sha256-dqREbTDRhSEQg8swZ5ljhAtu3Yv421/QNmpkWopPWbk=";
hash = "sha256-b7Y65DCBDTyScGvYrz83ZN2oWN64ydoVXnssdnuZjQw=";
};

nativeBuildInputs = [ installShellFiles ];

vendorHash = "sha256-3ESz1wnbm6KfXSO5Fw4c7uUxL3K8Lsib5KAYoRD6vrw=";
vendorHash = "sha256-mI5w7hUfQZPWv5JPbBodHxonLxtZfnHRw2K7Nl6sDOE=";

ldflags = [
"-s"
Expand Down

0 comments on commit 19a4c21

Please sign in to comment.