lefthook: 1.11.10 -> 1.11.11 (#402437)

This commit is contained in:
Nick Cao
2025-04-28 16:51:56 -04:00
committed by GitHub
+3 -3
View File
@@ -7,7 +7,7 @@
let
pname = "lefthook";
version = "1.11.10";
version = "1.11.11";
in
buildGoModule {
inherit pname version;
@@ -16,10 +16,10 @@ buildGoModule {
owner = "evilmartians";
repo = "lefthook";
rev = "v${version}";
hash = "sha256-WhveZtkwG2HbshT1xbA7wnhfxP6vmQ0h+rCxqgbwO5g=";
hash = "sha256-uaCGIsCfuGKxr5b9Oo68ruQNuOSXjLUri9IzIFXfNDs=";
};
vendorHash = "sha256-aINRFg3TByOEjFgoPr33bDL6TFnlW/b9DqDTEJWNnGI=";
vendorHash = "sha256-DMB7OQkkY3FUPVirRKfGsvH2fl4+g9kJ2FS930WaKvY=";
nativeBuildInputs = [ installShellFiles ];