lefthook: 1.13.0 -> 1.13.4

This commit is contained in:
R. Ryantm
2025-09-27 20:04:13 +00:00
parent 518168cb92
commit b63a2628ac
+3 -3
View File
@@ -8,7 +8,7 @@
let
pname = "lefthook";
version = "1.13.0";
version = "1.13.4";
in
buildGoModule {
inherit pname version;
@@ -17,10 +17,10 @@ buildGoModule {
owner = "evilmartians";
repo = "lefthook";
rev = "v${version}";
hash = "sha256-K7qTf5wTBhOZpYMfCs+G+EeAXClYw37H2L1tAfcVeAE=";
hash = "sha256-/ZZ+eFHKQoqOzUNpTZ1Ef2A0EQbgT+CWau/q9hhuTHU=";
};
vendorHash = "sha256-n+5tIEI/s32w8oWws6loFrtc8CSb2d368uqKZRkVuJs=";
vendorHash = "sha256-HQ6xpHYAOkT48UvOIf0g49jp5dt/4zuwmy8r/9KAZUk=";
nativeBuildInputs = [ installShellFiles ];