Merge pull request #83662 from r-ryantm/auto-update/utf8proc

utf8proc: 2.4.0 -> 2.5.0
This commit is contained in:
Florian Klink 2020-03-29 21:15:01 +02:00 committed by GitHub
commit 0856220810
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "utf8proc";
version = "2.4.0";
version = "2.5.0";
src = fetchFromGitHub {
owner = "JuliaStrings";
repo = pname;
rev = "v${version}";
sha256 = "1i42hqwc8znqii9brangwkxk5cyc2lk95ip405fg88zr7z2ncr34";
sha256 = "1xlkazhdnja4lksn5c9nf4bln5gjqa35a8gwlam5r0728w0h83qq";
};
makeFlags = [ "prefix=$(out)" ];