about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorh7x4 <h7x4@nani.wtf>2024-06-24 10:10:03 +0200
committerGitHub <noreply@github.com>2024-06-24 10:10:03 +0200
commit12f9ded549898ee1feffbe42cdbf96f58def7f95 (patch)
tree6cf4d7610aa3f49167bee4f2927ab4f677f89c00 /pkgs/tools
parent70886508371f817ed075c24c5905d81e56344b42 (diff)
parentc7165be950e4f6192518855e78254c32b8def669 (diff)
Merge pull request #321864 from r-ryantm/auto-update/containerlab
containerlab: 0.55.0 -> 0.55.1
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/networking/containerlab/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/containerlab/default.nix b/pkgs/tools/networking/containerlab/default.nix
index aeaa2d044cb60..07cdb09a4955d 100644
--- a/pkgs/tools/networking/containerlab/default.nix
+++ b/pkgs/tools/networking/containerlab/default.nix
@@ -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 ];