Merge pull request #262597 from trofi/utf8proc-update

utf8proc: 2.8.0 -> 2.9.0
This commit is contained in:
Mario Rodas 2023-10-25 20:57:31 -05:00 committed by GitHub
commit 646514ac96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "utf8proc";
version = "2.8.0";
version = "2.9.0";
src = fetchFromGitHub {
owner = "JuliaStrings";
repo = pname;
rev = "v${version}";
sha256 = "sha256-/lSD78kj133rpcSAOh8T8XFW/Z0c3JKkGQM5Z6DcMtU=";
sha256 = "sha256-Sgh8vTbclUV+lFZdR29PtNUy8F+9L/OAXk647B+l2mg=";
};
nativeBuildInputs = [ cmake ];