summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-11-13 20:08:01 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-11-13 20:37:06 +1000
commitcf30b008c992c87387599951888a879e94187633 (patch)
treef5c555e23e1ed2b1ba4b0b5967f8bc135f55c0ad /pkgs/tools/text
parentb11f43f6bed5ebf014e7f56ae3e29ce1eb703e04 (diff)
vgrep: 2.5.0 -> 2.5.1
https://github.com/vrothberg/vgrep/releases/tag/v2.5.1
Diffstat (limited to 'pkgs/tools/text')
-rw-r--r--pkgs/tools/text/vgrep/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/vgrep/default.nix b/pkgs/tools/text/vgrep/default.nix
index c51fce43467e..a2ac4b51001a 100644
--- a/pkgs/tools/text/vgrep/default.nix
+++ b/pkgs/tools/text/vgrep/default.nix
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "vgrep";
- version = "2.5.0";
+ version = "2.5.1";
src = fetchFromGitHub {
owner = "vrothberg";
repo = pname;
rev = "v${version}";
- sha256 = "1waxp66286q325avvsq58s8qkfjqa39s5p8c3z59scpm0244nr80";
+ sha256 = "06rnmg6ljj4f1g602wdp2wy9v0m1m0sj6jl6wywyjl8grjqc3vac";
};
vendorSha256 = null;