Merge pull request #114142 from fabaff/bump-ugrep

ugrep: 3.1.0 -> 3.1.7
This commit is contained in:
Fabian Affolter 2021-02-24 09:27:15 +01:00 committed by GitHub
commit 4d0c9f2c27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "ugrep";
version = "3.1.0";
version = "3.1.7";
src = fetchFromGitHub {
owner = "Genivia";
repo = pname;
rev = "v${version}";
sha256 = "08pq759f2vvdbig64y3k9kicvgr2d5x8ara7b182dcm3slbpib3l";
sha256 = "sha256-nCpU4GBJ/4c/70hgVKfO1995XCyDRLVUeczsqnlkkFM=";
};
buildInputs = [ boost bzip2 lz4 pcre2 xz zlib ];