Skip to content

Commit 6f71207

Browse files
committed
ugrep: 2.5.3 -> 2.5.5
1 parent 2dd4157 commit 6f71207

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/tools/text/ugrep/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
stdenv.mkDerivation rec {
44
pname = "ugrep";
5-
version = "2.5.3";
5+
version = "2.5.5";
66

77
src = fetchFromGitHub {
88
owner = "Genivia";
99
repo = pname;
1010
rev = "v${version}";
11-
sha256 = "16ly1dz8wxnjk6kc88dl2x0ijmzw5v87fhai9fnardwfmycn7ivc";
11+
sha256 = "0ba9h0m9c28rllym1djij3b97k4rj06nsgajmbxg5mpxfzplgxy2";
1212
};
1313

1414
buildInputs = [ boost bzip2 lz4 pcre2 xz zlib ];

0 commit comments

Comments
 (0)