From 16c18e43338f2bdc7cd272d61081c76de1ee59b5 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 2 Jul 2023 16:02:35 +0000 Subject: [PATCH] labctl: 0.0.15 -> 0.0.20 --- pkgs/tools/networking/labctl/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/networking/labctl/default.nix b/pkgs/tools/networking/labctl/default.nix index 0798b6f5ea39..36ee93369700 100644 --- a/pkgs/tools/networking/labctl/default.nix +++ b/pkgs/tools/networking/labctl/default.nix @@ -6,13 +6,13 @@ buildGoModule rec { pname = "labctl"; - version = "0.0.15"; + version = "0.0.20"; src = fetchFromGitHub { owner = "labctl"; repo = "labctl"; rev = "v${version}"; - hash = "sha256-txleZMgj/06PmP8Bv1J6n/2ywViNFqlgdCNzaTrY58c="; + hash = "sha256-gLdcPT82hkttESxwjk1mCzuaUxcwm0dULil634u7qg8="; }; nativeBuildInputs = [ installShellFiles ];