mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
Merge pull request #284332 from r-ryantm/auto-update/lefthook
lefthook: 1.5.7 -> 1.6.1
This commit is contained in:
commit
e2ffefe304
@ -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=";
|
||||
|
Loading…
Reference in New Issue
Block a user