1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

utf8proc: 2.1.1 -> 2.2.0

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/utf8proc/versions.
This commit is contained in:
R. RyanTM 2018-08-07 22:48:03 -07:00
parent 20f1388c3f
commit f7db842194

View file

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