From 91ce4ce6b250233dc810e506dbef2e8ee1fe10d0 Mon Sep 17 00:00:00 2001 From: Sebastian Rieger Date: Thu, 24 Jul 2025 09:55:38 +0200 Subject: [PATCH] containerlab: 0.68.0 -> 0.69.1 https://github.com/srl-labs/containerlab/releases/tag/v0.69.1 --- pkgs/by-name/co/containerlab/package.nix | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/co/containerlab/package.nix b/pkgs/by-name/co/containerlab/package.nix index ea89c97789f3..3e4ee48340f4 100644 --- a/pkgs/by-name/co/containerlab/package.nix +++ b/pkgs/by-name/co/containerlab/package.nix @@ -8,16 +8,16 @@ buildGoModule (finalAttrs: { pname = "containerlab"; - version = "0.68.0"; + version = "0.69.1"; src = fetchFromGitHub { owner = "srl-labs"; repo = "containerlab"; tag = "v${finalAttrs.version}"; - hash = "sha256-x6QDwduAMCD+Trj0awQXW0Tdleb2U6YBi/7mdMB6V/8="; + hash = "sha256-+KZrKOxn9M+iKtugH89bPc106NGLwErMgIyiaU2kcGE="; }; - vendorHash = "sha256-XRgKfRw6VGg+lkbtPWUVNfAk5a7ZdFwVmhjtM7uSwHs="; + vendorHash = "sha256-YmE2eR5UnXy2nXTQP2FdyPQLAQVYPzDTmLrWtbRknAs="; nativeBuildInputs = [ installShellFiles @@ -37,6 +37,11 @@ buildGoModule (finalAttrs: { export USER="runner" ''; + # TestVerifyLinks wants to use docker.sock, which is not available in the Nix build environment. + checkFlags = [ + "-skip=^TestVerifyLinks$" + ]; + postInstall = '' local INSTALL="$out/bin/containerlab" installShellCompletion --cmd containerlab \