mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 21:49:34 +03:00
libidn2: 2.3.7 -> 2.3.8
Changes: https://lists.gnu.org/archive/html/info-gnu/2025-03/msg00000.html
This commit is contained in:
parent
4dccd2e74d
commit
7685e93f51
1 changed files with 2 additions and 2 deletions
|
@ -16,11 +16,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libidn2";
|
pname = "libidn2";
|
||||||
version = "2.3.7";
|
version = "2.3.8";
|
||||||
|
|
||||||
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";
|
||||||
hash = "sha256-TCGnkbYQuVGbnQ4SuAl78vNZsS+N2SZHYRqSnmv9fWQ=";
|
hash = "sha256-9VeRG/YXFiHh9y/zX1sYJbs1tS7UUyXc3ukx5dPAeHo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue