labctl: 0.0.20 -> 0.0.22

+3 -3
+3 -3
pkgs/tools/networking/labctl/default.nix
··· 6 7 buildGoModule rec { 8 pname = "labctl"; 9 - version = "0.0.20"; 10 11 src = fetchFromGitHub { 12 owner = "labctl"; 13 repo = "labctl"; 14 rev = "v${version}"; 15 - hash = "sha256-gLdcPT82hkttESxwjk1mCzuaUxcwm0dULil634u7qg8="; 16 }; 17 18 nativeBuildInputs = [ installShellFiles ]; 19 20 - vendorHash = "sha256-JXFw/u8QaZKt+OjUWW0rPi9QDSkiqYyqcNCxyzvcDM4="; 21 22 ldflags = [ 23 "-X=github.com/labctl/labctl/app.version=${version}"
··· 6 7 buildGoModule rec { 8 pname = "labctl"; 9 + version = "0.0.22"; 10 11 src = fetchFromGitHub { 12 owner = "labctl"; 13 repo = "labctl"; 14 rev = "v${version}"; 15 + hash = "sha256-84t7qhLafNyPLgHmFQUsizEn6Us44dDTercGEm9lup4="; 16 }; 17 18 nativeBuildInputs = [ installShellFiles ]; 19 20 + vendorHash = "sha256-vJ9aTMVwKrqjckdfCMvheTSG+gEtMLLQuBCz8Wc5blE="; 21 22 ldflags = [ 23 "-X=github.com/labctl/labctl/app.version=${version}"