about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-10-22 09:40:07 -0400
committerGitHub <noreply@github.com>2023-10-22 09:40:07 -0400
commit978b618c05bc9d50ee17ce8134778b6b4111619f (patch)
tree931f40b60960016c88239225ae311316ab874f66
parentd100e11dbffba9295198228899338f7516b519b1 (diff)
parent7f20808467b5e6badfb85b863cbdc3b9f5821d4e (diff)
Merge pull request #262608 from Janik-Haag/containerlab
containerlab: 0.46.0 -> 0.46.2
-rw-r--r--pkgs/tools/networking/containerlab/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/networking/containerlab/default.nix b/pkgs/tools/networking/containerlab/default.nix
index 39982a6ab886f..0a8b02af7cf5e 100644
--- a/pkgs/tools/networking/containerlab/default.nix
+++ b/pkgs/tools/networking/containerlab/default.nix
@@ -6,18 +6,18 @@
 
 buildGoModule rec {
   pname = "containerlab";
-  version = "0.46.0";
+  version = "0.46.2";
 
   src = fetchFromGitHub {
     owner = "srl-labs";
     repo = "containerlab";
     rev = "v${version}";
-    hash = "sha256-uBT9whv1qL3yfO6VoeW2SqLIzG11mk+SU09c/xqboM8=";
+    hash = "sha256-TzHTiAcN57FDdKBkZq5YwFwjP3s6OmN3431XGoMgnwI=";
   };
 
   nativeBuildInputs = [ installShellFiles ];
 
-  vendorHash = "sha256-mkQR0lZXYe6Dz4PngxF7d7Bkr4R3HmL/imQDLridmlA=";
+  vendorHash = "sha256-3ALEwpFDnbSoTm3bxHZmRGkw1DeQ4Ikl6PpTosa1S6E=";
 
   ldflags = [
     "-s"