summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-08 09:52:33 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-08 18:52:33 +0200
commit709f52a4e236874c8511b5e4752fc7ddba641f39 (patch)
treeb828e3f3d3ebb37b88745339ce6b8cef20bbeb4b
parent72ba567ac1bfe2e7f8cad8c5d9d20f87b0101714 (diff)
downloadnixlib-709f52a4e236874c8511b5e4752fc7ddba641f39.tar
nixlib-709f52a4e236874c8511b5e4752fc7ddba641f39.tar.gz
nixlib-709f52a4e236874c8511b5e4752fc7ddba641f39.tar.bz2
nixlib-709f52a4e236874c8511b5e4752fc7ddba641f39.tar.lz
nixlib-709f52a4e236874c8511b5e4752fc7ddba641f39.tar.xz
nixlib-709f52a4e236874c8511b5e4752fc7ddba641f39.tar.zst
nixlib-709f52a4e236874c8511b5e4752fc7ddba641f39.zip
libunistring: 0.9.9 -> 0.9.10 (#41289)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libunistring/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.9.10 with grep in /nix/store/riqyx0fb7ngq713fnpqb6ajhxkmngisd-libunistring-0.9.10
- directory tree listing: https://gist.github.com/9f56dbfdcfad3ced299ff55e6bce9e98
- du listing: https://gist.github.com/3f085a632b3b0ece77d88dcb5daf344e
-rw-r--r--pkgs/development/libraries/libunistring/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libunistring/default.nix b/pkgs/development/libraries/libunistring/default.nix
index 356462e8a4af..24da3a8e2c7d 100644
--- a/pkgs/development/libraries/libunistring/default.nix
+++ b/pkgs/development/libraries/libunistring/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "libunistring-${version}";
-  version = "0.9.9";
+  version = "0.9.10";
 
   src = fetchurl {
     url = "mirror://gnu/libunistring/${name}.tar.gz";
-    sha256 = "0jm8pr469y7ybb90ll8k1585rciqm8ckzif0laipqhp5z440rsgm";
+    sha256 = "02v17za10mxnj095x4pvm80jxyqwk93kailfc2j8xa1r6crmnbm8";
   };
 
   outputs = [ "out" "dev" "info" "doc" ];