libunistring: 0.9.7 -> 0.9.8
See http://lists.gnu.org/archive/html/info-gnu/2017-12/msg00001.html for release information
This commit is contained in:
parent
eee60a7651
commit
4c9f27c9ab
@ -1,11 +1,12 @@
|
|||||||
{ fetchurl, stdenv, libiconv }:
|
{ fetchurl, stdenv, libiconv }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libunistring-0.9.7";
|
name = "libunistring-${version}";
|
||||||
|
version = "0.9.8";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/libunistring/${name}.tar.gz";
|
url = "mirror://gnu/libunistring/${name}.tar.gz";
|
||||||
sha256 = "1ra1baz2187kbw9im47g6kqb5mx9plq703mkjxaval8rxv5q3q4w";
|
sha256 = "1x9wnpzg7vxyjpnzab6vw0afbcijfbd57qrrkqrppynh0nyz54mp";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = stdenv.lib.optionals stdenv.isDarwin [ ./clang.patch stdenv.secure-format-patch ];
|
patches = stdenv.lib.optionals stdenv.isDarwin [ ./clang.patch stdenv.secure-format-patch ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user