ugrep: 4.3.2 -> 4.3.3

This commit is contained in:
Mikael Fangel 2023-11-15 19:12:02 +01:00
parent 38f8b29c92
commit 679115ab29
No known key found for this signature in database
GPG Key ID: 306DE4426F0B77C3

View File

@ -2,7 +2,9 @@
, stdenv
, fetchFromGitHub
, boost
, brotli
, bzip2
, bzip3
, lz4
, pcre2
, xz
@ -12,18 +14,20 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ugrep";
version = "4.3.2";
version = "4.3.3";
src = fetchFromGitHub {
owner = "Genivia";
repo = "ugrep";
rev = "v${finalAttrs.version}";
hash = "sha256-0yg68lBEHiyRD3FE5oe67hMhhEHOFf7/PMA+88J9LuI=";
hash = "sha256-GYqIunSApnBfct+olre0eGy8KuOtbaiPvW0tQIcBRLQ=";
};
buildInputs = [
boost
brotli
bzip2
bzip3
lz4
pcre2
xz