lol

containerlab: 0.61.0 -> 0.62.0 (#374536)

Co-authored-by: aaronjheng <aaronjheng@users.noreply.github.com>

authored by

nixpkgs-merge-bot[bot]
aaronjheng
and committed by
GitHub
61698502 ab255a67

+3 -3
+3 -3
pkgs/by-name/co/containerlab/package.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "containerlab"; 10 - version = "0.61.0"; 10 + version = "0.62.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "srl-labs"; 14 14 repo = "containerlab"; 15 15 rev = "v${version}"; 16 - hash = "sha256-VEN2JjgLukE8YQ2nq+qFS2Yq0TdiTyRm2RUm32mJzBM="; 16 + hash = "sha256-6WDmjVRLvh8FBydaN41Vj4B5BIkIF9VnvhRcJR3k9Ec="; 17 17 }; 18 18 19 - vendorHash = "sha256-PwPih5LuXPBznSvn4L4h8zCiuWP2+u90PdN5+2Il6j0="; 19 + vendorHash = "sha256-G9W4iC04R5Rvl3hAJtMlUKJKo7AAIE33Y2c+0HedXU8="; 20 20 21 21 nativeBuildInputs = [ installShellFiles ]; 22 22