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

containerlab: 0.54.2 -> 0.55.0
This commit is contained in:
Weijia Wang 2024-06-11 11:20:07 +02:00 committed by GitHub
commit 0ba880e50a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,18 +6,18 @@
buildGoModule rec {
pname = "containerlab";
version = "0.54.2";
version = "0.55.0";
src = fetchFromGitHub {
owner = "srl-labs";
repo = "containerlab";
rev = "v${version}";
hash = "sha256-XRFSfMe08w69oudCDGfnJxROA7ycZEMNbAWP6zJKTN0=";
hash = "sha256-g+42nvNR1sWrkeU/oOajtmqeDVjRiwp7i+hrZU+FE00=";
};
nativeBuildInputs = [ installShellFiles ];
vendorHash = "sha256-+buFaaUb4wCrlIBG+SwPXp/PqU/qvdfHTpEH4OrXsUs=";
vendorHash = "sha256-D0nZhw1YY+Ci7g6wTiUoPp8EoKcL0YIfWHsjDlLR/K8=";
ldflags = [
"-s"