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

containerlab: 0.45.1 -> 0.46.0
This commit is contained in:
Mario Rodas 2023-10-08 17:09:59 -05:00 committed by GitHub
commit 8eeec57310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,18 +6,18 @@
buildGoModule rec {
pname = "containerlab";
version = "0.45.1";
version = "0.46.0";
src = fetchFromGitHub {
owner = "srl-labs";
repo = "containerlab";
rev = "v${version}";
hash = "sha256-SjB00hTbY28EsLHAnq5PwtHD9Y2cYTNqu/nSF6smQfE=";
hash = "sha256-uBT9whv1qL3yfO6VoeW2SqLIzG11mk+SU09c/xqboM8=";
};
nativeBuildInputs = [ installShellFiles ];
vendorHash = "sha256-Tkm0BUn1KEFp1EyZu44dueSQlKIbUUrxGK7iT+aTmaQ=";
vendorHash = "sha256-mkQR0lZXYe6Dz4PngxF7d7Bkr4R3HmL/imQDLridmlA=";
ldflags = [
"-s"