containerlab: 0.44.0 -> 0.44.2

This commit is contained in:
R. Ryantm 2023-08-22 13:03:32 +00:00
parent 54fa599980
commit e36fe4635a

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "containerlab";
version = "0.44.0";
version = "0.44.2";
src = fetchFromGitHub {
owner = "srl-labs";
repo = "containerlab";
rev = "v${version}";
hash = "sha256-r3rN1HSNz8aFjMjg/s1YNSgv9/YZZAgjowQXO81eT84=";
hash = "sha256-W05FPyBAKnndrELXytrXzpfTcEtq3Q2RDvOQkKMpvwI=";
};
nativeBuildInputs = [ installShellFiles ];