libunistring: 0.9.10 -> 1.0

This commit is contained in:
R. Ryantm 2022-02-12 06:45:35 +00:00
parent 8fdd33cfc4
commit 72b4ebc187

View File

@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "libunistring";
version = "0.9.10";
version = "1.0";
src = fetchurl {
url = "mirror://gnu/libunistring/${pname}-${version}.tar.gz";
sha256 = "02v17za10mxnj095x4pvm80jxyqwk93kailfc2j8xa1r6crmnbm8";
sha256 = "sha256-PAGEwOSS18IIzjHSXdHSxY8MPtbLvgMsWySM3a0xhUQ=";
};
outputs = [ "out" "dev" "info" "doc" ];