lefthook: 1.10.2 -> 1.10.10

This commit is contained in:
R. Ryantm
2025-01-24 10:47:08 +00:00
parent 0aa475546e
commit 1b7c631704
+3 -3
View File
@@ -7,7 +7,7 @@
let
pname = "lefthook";
version = "1.10.2";
version = "1.10.10";
in
buildGoModule {
inherit pname version;
@@ -16,10 +16,10 @@ buildGoModule {
owner = "evilmartians";
repo = "lefthook";
rev = "v${version}";
hash = "sha256-blrg55q+wjzGo3v+tE3fSrKIfQ+O+P1Uus5QaNT4mOE=";
hash = "sha256-i/Ke3Zdn8nY0lorxr+eBodTd5Uze7hVaPU/xS1mwbvo=";
};
vendorHash = "sha256-nwjw58Ut4Ozx3OZtQ21qLd/Ohg/jcl+JCxc1X+JlNNE=";
vendorHash = "sha256-uUnXIeJlZQwMEQLELnCySjFFm6QDeAq9oW4P+hFARn4=";
nativeBuildInputs = [ installShellFiles ];