lefthook: 1.2.3 -> 1.2.4

This commit is contained in:
R. Ryantm 2022-12-06 07:55:16 +00:00 committed by Bobby Rong
parent 089fb18420
commit b135e0ef73

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "lefthook";
version = "1.2.3";
version = "1.2.4";
src = fetchFromGitHub {
rev = "v${version}";
owner = "evilmartians";
repo = "lefthook";
sha256 = "sha256-tns/JUOYlgG+oiFACnXlCwHBF4enctV4GPlpEZCM/nM=";
sha256 = "sha256-Z6j/Y8b9lq2nYS5Ki8iJoDsG3l5M6RylfDqQL7WrwNg=";
};
vendorSha256 = "sha256-sBcgt2YsV9RQhSjPN6N54tRk7nNvcOVhPEsEP+0Dtco=";