Merge pull request #142341 from SuperSandro2000/vgrep

conduit-nginx
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
1 changed files with 2 additions and 2 deletions

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;