lefthook: 1.13.6 -> 2.0.7 (#455665)

This commit is contained in:
Paul Meyer
2025-12-08 08:03:26 +00:00
committed by GitHub
+3 -3
View File
@@ -8,7 +8,7 @@
let
pname = "lefthook";
version = "1.13.6";
version = "2.0.7";
in
buildGoModule {
inherit pname version;
@@ -17,10 +17,10 @@ buildGoModule {
owner = "evilmartians";
repo = "lefthook";
rev = "v${version}";
hash = "sha256-R9Cj2mXgAZFZMvEFF7ky1bAhy6L6Z4fcYPHY0CGVBr0=";
hash = "sha256-i+3D5nepZDfFQ1zl1ykefRFA0V5tiUEiqLO9BF+UyFc=";
};
vendorHash = "sha256-Md2VTvcbSMQ8ce96wyoS4Uw90MERGEeHSZc9iL0pRNs=";
vendorHash = "sha256-IUq2Qa26p7OP7Y78Cio3EvhMWD2VAN50wlBbk7AxZyo=";
nativeBuildInputs = [ installShellFiles ];