lefthook: 1.11.14 -> 1.11.15

This commit is contained in:
R. Ryantm 2025-07-03 12:40:22 +00:00
parent 55c8c35e50
commit 86b91a5630

View File

@ -7,7 +7,7 @@
let
pname = "lefthook";
version = "1.11.14";
version = "1.11.15";
in
buildGoModule {
inherit pname version;
@ -16,10 +16,10 @@ buildGoModule {
owner = "evilmartians";
repo = "lefthook";
rev = "v${version}";
hash = "sha256-QD1fDHzR9ZRS8FZBvGJk9rxecqnTE69WWZqaN3eXOhU=";
hash = "sha256-rfOsk8yMVCbTCk6CFL7qbp5oKQ21E9qD4ioyDBML7gw=";
};
vendorHash = "sha256-vatbvmtdh/23ul6S/cgbyWEtsUgKXZ5BR+aUuQ0MxMg=";
vendorHash = "sha256-kB12J6b6EbYur1QeLkwqrrzCf51rPF+7Hns1H7m4X9M=";
nativeBuildInputs = [ installShellFiles ];