Mario Rodas 2023-10-05 04:20:00 +00:00 committed by Anderson Torres
parent 2294d17a20
commit e3d54cc7a2
2 changed files with 5 additions and 3 deletions

View File

@ -6,7 +6,7 @@
let
pname = "lefthook";
version = "1.4.8";
version = "1.5.1";
in
buildGoModule rec {
inherit pname version;
@ -15,7 +15,7 @@ buildGoModule rec {
owner = "evilmartians";
repo = "lefthook";
rev = "v${version}";
hash = "sha256-lK2JGENCqfNXXzZBHirEoOB5+ktea38ypb2VD7GWxhg=";
hash = "sha256-v6COZt4ylhpPfPNQLSN0XDpjVk8E2ZUDIP4TU+Uzk5A=";
};
vendorHash = "sha256-/VLS7+nPERjIU7V2CzqXH69Z3/y+GKZbAFn+KcRKRuA=";

View File

@ -2495,7 +2495,9 @@ with pkgs;
labctl = callPackage ../tools/networking/labctl { };
lefthook = callPackage ../applications/version-management/lefthook { };
lefthook = callPackage ../applications/version-management/lefthook {
buildGoModule = buildGo121Module;
};
legit = callPackage ../applications/version-management/legit { };