libidn2: 2.3.1 -> 2.3.2
This commit is contained in:
parent
2129356a64
commit
cebd3e9576
1 changed files with 2 additions and 2 deletions
|
@ -9,11 +9,11 @@ with lib;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libidn2";
|
pname = "libidn2";
|
||||||
version = "2.3.1";
|
version = "2.3.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/gnu/libidn/${pname}-${version}.tar.gz";
|
url = "mirror://gnu/gnu/libidn/${pname}-${version}.tar.gz";
|
||||||
sha256 = "sha256-ivaElDg2uLU5ZdX1tnFO8TwmyR6qNs59JC49IfXUDy0=";
|
sha256 = "sha256-dpQM1Od46Ak1eanRlbJf/16Tbp3GJCBoUotDenZ2T5E=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "bin" "dev" "out" "info" "devdoc" ];
|
outputs = [ "bin" "dev" "out" "info" "devdoc" ];
|
||||||
|
|
Loading…
Reference in a new issue