Merge pull request #142341 from SuperSandro2000/vgrep

This commit is contained in:
Sandro 2021-10-20 15:46:47 +02:00 committed by GitHub
commit 455939be8f
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.1";
version = "2.5.3";
src = fetchFromGitHub {
owner = "vrothberg";
repo = pname;
rev = "v${version}";
sha256 = "06rnmg6ljj4f1g602wdp2wy9v0m1m0sj6jl6wywyjl8grjqc3vac";
sha256 = "sha256-AFjVgFWNhRt8co2eeSGRutNA9peb3xd5sOW0QMSPufw=";
};
vendorSha256 = null;