lefthook: 2.0.7 -> 2.0.12 (#471908)

This commit is contained in:
Paul Meyer
2025-12-18 17:25:18 +00:00
committed by GitHub
+3 -3
View File
@@ -8,7 +8,7 @@
let
pname = "lefthook";
version = "2.0.7";
version = "2.0.12";
in
buildGoModule {
inherit pname version;
@@ -17,10 +17,10 @@ buildGoModule {
owner = "evilmartians";
repo = "lefthook";
rev = "v${version}";
hash = "sha256-i+3D5nepZDfFQ1zl1ykefRFA0V5tiUEiqLO9BF+UyFc=";
hash = "sha256-Th3a5zUBrWbWHiKnoEwTA0TyZrhIQNnA/xgUrXandn8=";
};
vendorHash = "sha256-IUq2Qa26p7OP7Y78Cio3EvhMWD2VAN50wlBbk7AxZyo=";
vendorHash = "sha256-4xCee6g7NowAIskatPtJQi6UnlIfQlg43Q26TryhqcE=";
nativeBuildInputs = [ installShellFiles ];