Merge pull request #107220 from matthiasbeyer/update-ugrep

ugrep: 3.0.6 -> 3.1.0
This commit is contained in:
Pavol Rusnak
2020-12-19 23:31:05 +01:00
committed by GitHub

View File

@@ -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 ];