mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
lefthook: 1.4.8 -> 1.5.1
Diff: https://github.com/evilmartians/lefthook/compare/v1.4.8...v1.5.1 Changelog: https://github.com/evilmartians/lefthook/raw/v1.5.1/CHANGELOG.md
This commit is contained in:
parent
2294d17a20
commit
e3d54cc7a2
@ -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=";
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user