Merge pull request #148998 from r-ryantm/auto-update/vgrep

vgrep: 2.5.3 -> 2.5.5
This commit is contained in:
Maximilian Bosch 2021-12-06 15:24:16 +01:00 committed by GitHub
commit 407ab3b4b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "vgrep";
version = "2.5.3";
version = "2.5.5";
src = fetchFromGitHub {
owner = "vrothberg";
repo = pname;
rev = "v${version}";
sha256 = "sha256-AFjVgFWNhRt8co2eeSGRutNA9peb3xd5sOW0QMSPufw=";
sha256 = "sha256-pWRc1EjL09zFT/8HLrosuCJ5qTDj2VaizoI/Eu8jsgM=";
};
vendorSha256 = null;