Skip to content

Commit

Permalink
containerlab: 0.60.1 -> 0.61.0 (#370774)
Browse files Browse the repository at this point in the history
Co-authored-by: aaronjheng <[email protected]>
  • Loading branch information
nixpkgs-merge-bot[bot] and aaronjheng authored Jan 4, 2025
2 parents dbf9c7d + 21e3f61 commit b61d8a9
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 @@ -7,16 +7,16 @@

buildGoModule rec {
pname = "containerlab";
version = "0.60.1";
version = "0.61.0";

src = fetchFromGitHub {
owner = "srl-labs";
repo = "containerlab";
rev = "v${version}";
hash = "sha256-VueDf87kruLB1PCzknQO57eHrwJeGUDah1KaXaNsSlY=";
hash = "sha256-VEN2JjgLukE8YQ2nq+qFS2Yq0TdiTyRm2RUm32mJzBM=";
};

vendorHash = "sha256-YX2JDDZ1jx32zfFj/2fY61zqxPIzmwntN+7kiGDxxV4=";
vendorHash = "sha256-PwPih5LuXPBznSvn4L4h8zCiuWP2+u90PdN5+2Il6j0=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit b61d8a9

Please sign in to comment.