libunistring: 0.9.8 -> 0.9.9

See http://lists.gnu.org/archive/html/info-gnu/2018-02/msg00010.html
for release information
This commit is contained in:
Lancelot SIX 2018-03-02 09:41:29 +01:00
parent 60c8c02877
commit 51f65aa931
No known key found for this signature in database
GPG Key ID: 02E1542BA66FB047
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "libunistring-${version}";
version = "0.9.8";
version = "0.9.9";
src = fetchurl {
url = "mirror://gnu/libunistring/${name}.tar.gz";
sha256 = "1x9wnpzg7vxyjpnzab6vw0afbcijfbd57qrrkqrppynh0nyz54mp";
sha256 = "0jm8pr469y7ybb90ll8k1585rciqm8ckzif0laipqhp5z440rsgm";
};
outputs = [ "out" "dev" "info" "doc" ];