lefthook: 2.0.7 -> 2.0.12

This commit is contained in:
R. Ryantm
2025-12-18 06:47:48 +00:00
parent 233f4672b9
commit 7e104b6841
+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 ];