We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd4157 commit 6f71207Copy full SHA for 6f71207
1 file changed
pkgs/tools/text/ugrep/default.nix
@@ -2,13 +2,13 @@
2
3
stdenv.mkDerivation rec {
4
pname = "ugrep";
5
- version = "2.5.3";
+ version = "2.5.5";
6
7
src = fetchFromGitHub {
8
owner = "Genivia";
9
repo = pname;
10
rev = "v${version}";
11
- sha256 = "16ly1dz8wxnjk6kc88dl2x0ijmzw5v87fhai9fnardwfmycn7ivc";
+ sha256 = "0ba9h0m9c28rllym1djij3b97k4rj06nsgajmbxg5mpxfzplgxy2";
12
};
13
14
buildInputs = [ boost bzip2 lz4 pcre2 xz zlib ];
0 commit comments