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

This commit is contained in:
Sandro 2022-01-27 14:07:13 +01:00 committed by GitHub
commit 5a673e356a
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.5";
version = "2.6.0";
src = fetchFromGitHub {
owner = "vrothberg";
repo = pname;
rev = "v${version}";
sha256 = "sha256-pWRc1EjL09zFT/8HLrosuCJ5qTDj2VaizoI/Eu8jsgM=";
sha256 = "sha256-RLyEOvNhb1oXPYYxVZKc+xN2uCgUaWMxh8dPEOUfAFA=";
};
vendorSha256 = null;