Merge master into staging-next

This commit is contained in:
Frederik Rietdijk
2020-08-01 19:37:20 +02:00
347 changed files with 5411 additions and 2741 deletions
+1 -1
View File
@@ -24,4 +24,4 @@ buildGoModule rec {
license = licenses.mit;
maintainers = with maintainers; [ doronbehar ];
};
}
}
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "ugrep";
version = "2.4.1";
version = "2.5.0";
src = fetchFromGitHub {
owner = "Genivia";
repo = pname;
rev = "v${version}";
sha256 = "16nr7zq4l2si9pfckfinbqnv94hw51z2qcbygc9x81jbjlvg3003";
sha256 = "0aps4srdss71p6riixcdk50f2484bmq6p2kg95gcb8wbcv3ad3c9";
};
buildInputs = [ boost bzip2 lz4 pcre2 xz zlib ];