3
0
Fork 0
forked from mirrors/nixpkgs

vgrep: 2.6.0 -> 2.6.1

This commit is contained in:
R. Ryantm 2022-08-29 01:53:22 +00:00
parent cef50cde2b
commit 769468add8

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;