mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 01:03:25 +00:00
libidn2: 2.3.4 -> 2.3.7
Changes: https://lists.gnu.org/archive/html/help-libidn/2024-01/msg00005.html
This commit is contained in:
parent
58c189c2a4
commit
6c1f8181b8
@ -7,11 +7,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libidn2";
|
pname = "libidn2";
|
||||||
version = "2.3.4";
|
version = "2.3.7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://ftp.gnu.org/gnu/libidn/${pname}-${version}.tar.gz";
|
url = "https://ftp.gnu.org/gnu/libidn/${pname}-${version}.tar.gz";
|
||||||
sha256 = "sha256-k8q6crTgUdH41PWgdqtjyZt3+u4Bm3K5eDsmeYbbtF8=";
|
hash = "sha256-TCGnkbYQuVGbnQ4SuAl78vNZsS+N2SZHYRqSnmv9fWQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user