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

gitAndTools.lefthook: 0.6.3 -> 0.7.1
This commit is contained in:
Jörg Thalheim 2020-03-14 07:58:11 +00:00 committed by GitHub
commit f8676f847f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "lefthook";
version = "0.6.3";
version = "0.7.1";
src = fetchFromGitHub {
rev = "v${version}";
owner = "Arkweid";
repo = "lefthook";
sha256 = "01zvlw2yyxjg92d1qag1b42kc2kd68h4fmrv9y6ar7z0rw3p9a5d";
sha256 = "14rcvbzzrx0m3xijl8qhw5l2h0q10hqzad2hqm3079g893f2qad0";
};
modSha256 = "0mjhw778x40c2plmjlkiry4rwvr9xkz65b88a61j86liv2plbmq2";
modSha256 = "0ih11gw2y9dhv3zw1fzjmdfjln5h6zg1bj7sl68cglf6743siqnq";
meta = with stdenv.lib; {
description = "Fast and powerful Git hooks manager for any type of projects";