Merge pull request #244914 from r-ryantm/auto-update/lefthook

lefthook: 1.4.5 -> 1.4.6
This commit is contained in:
figsoda 2023-07-22 21:21:11 -04:00 committed by GitHub
commit 26cb492e60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
let
pname = "lefthook";
version = "1.4.5";
version = "1.4.6";
in
buildGoModule rec {
inherit pname version;
@ -15,10 +15,10 @@ buildGoModule rec {
owner = "evilmartians";
repo = "lefthook";
rev = "v${version}";
hash = "sha256-4QMizZrCj1WW5/SswBw5TYFVANI1OFoPd43nNGQHRNo=";
hash = "sha256-2SgzNDG63Lsddhn1phqBNuar4I5Gr4mkHv3pYvMIZ28=";
};
vendorHash = "sha256-QKprfszbWqegvIJ2J+f3gxLpkpZgfuLP5HjoMwyCi5M=";
vendorHash = "sha256-/VLS7+nPERjIU7V2CzqXH69Z3/y+GKZbAFn+KcRKRuA=";
nativeBuildInputs = [ installShellFiles ];