lefthook: 1.3.4 -> 1.3.5

https://github.com/evilmartians/lefthook/releases/tag/v1.3.5
This commit is contained in:
Mario Rodas 2023-03-15 13:24:00 +00:00
parent 185cca3e50
commit 47991df9ae

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "lefthook";
version = "1.3.4";
version = "1.3.5";
src = fetchFromGitHub {
rev = "v${version}";
owner = "evilmartians";
repo = "lefthook";
sha256 = "sha256-D+QI29i7xBhOFeA05iGWoFh5zv9Se8Q3Vxiu8iHfzbE=";
sha256 = "sha256-v4ES3TbuDRUBK8xH/viP5QOZmp3eWjsy0YRaSxfTZV4=";
};
vendorHash = "sha256-VeR/lyrQrjXWvHdxpG4H+XPlAud9rrlzX8GqhVzn1sg=";