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

lefthook: 1.6.14 -> 1.6.15
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-06-09 16:31:33 +00:00 committed by GitHub
commit 06ee8f9215
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@
let
pname = "lefthook";
version = "1.6.14";
version = "1.6.15";
in
buildGoModule {
inherit pname version;
@ -15,10 +15,10 @@ buildGoModule {
owner = "evilmartians";
repo = "lefthook";
rev = "v${version}";
hash = "sha256-forbMU7KiPWtO79XMAuckt5wzJFQehqAZ5IYNv6Tr7I=";
hash = "sha256-Pc4m4T/+hABX3eGgni12EC8lD9xl5j/eALhfuSVbEJc=";
};
vendorHash = "sha256-M5lIfgUYMwLJu5NB54aZLofEegZiW+AUoSaVOul1ud8=";
vendorHash = "sha256-ralnfqrP6R58Wjc/AWRf1motWZICPagZxHCkqVcwYoo=";
nativeBuildInputs = [ installShellFiles ];