lefthook: 1.7.4 -> 1.7.12

This commit is contained in:
R. Ryantm
2024-08-11 11:29:17 +00:00
parent e64441f6ae
commit 9894658c7d
+3 -3
View File
@@ -6,7 +6,7 @@
let
pname = "lefthook";
version = "1.7.4";
version = "1.7.12";
in
buildGoModule {
inherit pname version;
@@ -15,10 +15,10 @@ buildGoModule {
owner = "evilmartians";
repo = "lefthook";
rev = "v${version}";
hash = "sha256-KrTQrHPDDFCo9XG/wrY9ZNFpch12nMLg5CWYddV2OfA=";
hash = "sha256-lPjxd3a97abPUJxazgL+BQmGOMqF9RlP/6qEgjS5aXw=";
};
vendorHash = "sha256-ralnfqrP6R58Wjc/AWRf1motWZICPagZxHCkqVcwYoo=";
vendorHash = "sha256-YrBFcRQoqZPe/USZj3oJK5KR7y0LimCVGS9w4uNMG6M=";
nativeBuildInputs = [ installShellFiles ];