Merge pull request #321864 from r-ryantm/auto-update/containerlab

containerlab: 0.55.0 -> 0.55.1
This commit is contained in:
h7x4 2024-06-24 10:10:03 +02:00 committed by GitHub
commit 12f9ded549
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "containerlab";
version = "0.55.0";
version = "0.55.1";
src = fetchFromGitHub {
owner = "srl-labs";
repo = "containerlab";
rev = "v${version}";
hash = "sha256-g+42nvNR1sWrkeU/oOajtmqeDVjRiwp7i+hrZU+FE00=";
hash = "sha256-Dk1so6CXAbnfyWfqHne/mMc8LYS3JqXj6XM53fQKANk=";
};
nativeBuildInputs = [ installShellFiles ];