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

This commit is contained in:
Sandro 2022-08-29 11:50:03 +02:00 committed by GitHub
commit 3e2da30c64
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.6.0";
version = "2.6.1";
src = fetchFromGitHub {
owner = "vrothberg";
repo = pname;
rev = "v${version}";
sha256 = "sha256-RLyEOvNhb1oXPYYxVZKc+xN2uCgUaWMxh8dPEOUfAFA=";
sha256 = "sha256-8xLyk1iid3xDCAuZwz1oXsEyboLaxvzm1BEyA2snQt4=";
};
vendorSha256 = null;