lefthook: 2.0.13 -> 2.0.14

This commit is contained in:
R. Ryantm
2026-01-12 12:32:41 +00:00
parent e01f273dad
commit 4b48998043
+3 -3
View File
@@ -8,7 +8,7 @@
let
pname = "lefthook";
version = "2.0.13";
version = "2.0.14";
in
buildGoModule {
inherit pname version;
@@ -17,10 +17,10 @@ buildGoModule {
owner = "evilmartians";
repo = "lefthook";
rev = "v${version}";
hash = "sha256-fGz/h4Di2cs7KVs+9sx6D3RWJxO4TkMdtzd3pKAp0SA=";
hash = "sha256-YPDE4KvYW5P93+mb7RWiXBqkGrkzr/fPlVDh1Keizdk=";
};
vendorHash = "sha256-4xCee6g7NowAIskatPtJQi6UnlIfQlg43Q26TryhqcE=";
vendorHash = "sha256-fIPvoR/uRI3q/yOl1qS2pE4JdCPc4RC4DEy8LT7Xrs0=";
nativeBuildInputs = [ installShellFiles ];