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

lefthook: 1.5.7 -> 1.6.1
This commit is contained in:
Weijia Wang 2024-02-05 21:02:58 +01:00 committed by GitHub
commit e2ffefe304
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,16 +6,16 @@
let
pname = "lefthook";
version = "1.5.7";
version = "1.6.1";
in
buildGoModule rec {
buildGoModule {
inherit pname version;
src = fetchFromGitHub {
owner = "evilmartians";
repo = "lefthook";
rev = "v${version}";
hash = "sha256-0z4hTx9ClGh20Ncf23SbwuPBdGoFz80FQUx7s77l7y8=";
hash = "sha256-015tIgu9L62uZm4ae1JzU/GAK6fwX8BI9HGYhc+4jQQ=";
};
vendorHash = "sha256-/VLS7+nPERjIU7V2CzqXH69Z3/y+GKZbAFn+KcRKRuA=";