3
0
Fork 0
forked from mirrors/nixpkgs

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

lefthook: 1.2.7 -> 1.2.8
This commit is contained in:
figsoda 2023-01-28 21:21:21 -05:00 committed by GitHub
commit a0feb36dc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "lefthook";
version = "1.2.7";
version = "1.2.8";
src = fetchFromGitHub {
rev = "v${version}";
owner = "evilmartians";
repo = "lefthook";
sha256 = "sha256-bsPTOv1s/kU6UUxmmPpYC5Y9/YeR6LnuL09j1x5e3Es=";
sha256 = "sha256-hW3zKco0c90eIwWefHLABAZGUc2fGHsGnyPaSa/zGuQ=";
};
vendorHash = "sha256-Dx9OL1D4VNfVQ0NUJr9aq54PXHecgMMtLg7GMFnQFCI=";