vgrep: 2.6.1 -> 2.7.0

This commit is contained in:
Aaron Jheng
2023-10-18 13:53:52 +00:00
parent 1bdb15dea7
commit 058e7e4e8a
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "vgrep";
version = "2.6.1";
version = "2.7.0";
src = fetchFromGitHub {
owner = "vrothberg";
repo = pname;
rev = "v${version}";
sha256 = "sha256-8xLyk1iid3xDCAuZwz1oXsEyboLaxvzm1BEyA2snQt4=";
hash = "sha256-+KZNNkTuZyF02YDZX3u1KdhOcZ3+Ud6aDGL/sGUN1hI=";
};
vendorHash = null;