diff options
author | Matthias Beyer <mail@beyermatthias.de> | 2020-12-19 20:54:51 +0100 |
---|---|---|
committer | Matthias Beyer <mail@beyermatthias.de> | 2020-12-19 21:02:00 +0100 |
commit | dc8f4337d228511685c6338cbb2369477f9831e8 (patch) | |
tree | e6d9f01256c691eeb98c1abab8360d8c40ea6e70 | |
parent | 999f6ee86d3a1a23716fc95a75aa4107e51f772a (diff) |
ugrep: 3.0.6 -> 3.1.0update-ugrep
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r-- | pkgs/tools/text/ugrep/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/ugrep/default.nix b/pkgs/tools/text/ugrep/default.nix index 353d85931ade..84dc21aba3e9 100644 --- a/pkgs/tools/text/ugrep/default.nix +++ b/pkgs/tools/text/ugrep/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "ugrep"; - version = "3.0.6"; + version = "3.1.0"; src = fetchFromGitHub { owner = "Genivia"; repo = pname; rev = "v${version}"; - sha256 = "1s8glpk7li45rcf2xi21qv65dldl8sd3mmalf54pbzfcjri5fwz6"; + sha256 = "08pq759f2vvdbig64y3k9kicvgr2d5x8ara7b182dcm3slbpib3l"; }; buildInputs = [ boost bzip2 lz4 pcre2 xz zlib ]; |