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

utf8proc: 2.1.0 -> 2.1.1
This commit is contained in:
xeji 2018-05-01 20:57:45 +02:00 committed by GitHub
commit f1a82060c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "utf8proc-${version}";
version = "2.1.0";
version = "2.1.1";
src = fetchurl {
url = "https://github.com/JuliaLang/utf8proc/archive/v${version}.tar.gz";
sha256 = "0q1jhdkk4f9b0zb8s2ql3sba3br5nvjsmbsaybmgj064k9hwbk15";
sha256 = "1cnpigrazhslw65s4j1a56j7p6d7d61wsxxjf1218i9mkwv2yw17";
};
makeFlags = [ "prefix=$(out)" ];