summary refs log tree commit diff
path: root/pkgs/development/libraries/utf8proc
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2016-11-26 14:19:41 +0100
committerMichael Raskin <7c6f434c@mail.ru>2016-11-26 21:35:18 +0100
commite934ffb28c114890ea4896ba419495a634b7d8b1 (patch)
tree57d2e5bf575e26c0e9505efe15e1494e73364ee0 /pkgs/development/libraries/utf8proc
parentc272c662765399706d344ffda3f4fe8e366b8d8e (diff)
downloadnixlib-e934ffb28c114890ea4896ba419495a634b7d8b1.tar
nixlib-e934ffb28c114890ea4896ba419495a634b7d8b1.tar.gz
nixlib-e934ffb28c114890ea4896ba419495a634b7d8b1.tar.bz2
nixlib-e934ffb28c114890ea4896ba419495a634b7d8b1.tar.lz
nixlib-e934ffb28c114890ea4896ba419495a634b7d8b1.tar.xz
nixlib-e934ffb28c114890ea4896ba419495a634b7d8b1.tar.zst
nixlib-e934ffb28c114890ea4896ba419495a634b7d8b1.zip
utf8proc: 1.3 -> 2.0.2
Diffstat (limited to 'pkgs/development/libraries/utf8proc')
-rw-r--r--pkgs/development/libraries/utf8proc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/utf8proc/default.nix b/pkgs/development/libraries/utf8proc/default.nix
index 4b7d06fe8c77..6cef26d3aada 100644
--- a/pkgs/development/libraries/utf8proc/default.nix
+++ b/pkgs/development/libraries/utf8proc/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "utf8proc-${version}";
-  version = "1.3";
+  version = "2.0.2";
 
   src = fetchurl {
     url = "https://github.com/JuliaLang/utf8proc/archive/v${version}.tar.gz";
-    sha256 = "07r7djkmd399wl9cn0s2iqjhmm7l5iifp5h1yf2in9s366mlhkkg";
+    sha256 = "140vib1m6n5kwzkw1n9fbsi5gl6xymbd7yndwqx1sj15aakak776";
   };
 
   makeFlags = [ "prefix=$(out)" ];