mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
libidn: 1.43 -> 1.44
https://codeberg.org/libidn/libidn/src/tag/v1.44/NEWS Fixes: CVE-2026-57053
This commit is contained in:
parent
1a4ecdf927
commit
2f05530db2
1 changed files with 3 additions and 2 deletions
|
|
@ -8,11 +8,11 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "libidn";
|
||||
version = "1.43";
|
||||
version = "1.44";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/libidn/libidn-${finalAttrs.version}.tar.gz";
|
||||
sha256 = "sha256-vcZiwS0EGyU50OY486bnQRMM2zOmRO80lpY6RDSC0WQ=";
|
||||
sha256 = "sha256-SZYIurOmVlCg6lKIjBOo3uvj9xQI4xms2exS4C6xOVk=";
|
||||
};
|
||||
|
||||
outputs = [
|
||||
|
|
@ -30,6 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
|
||||
|
||||
meta = {
|
||||
changelog = "https://codeberg.org/libidn/libidn/src/tag/v${finalAttrs.version}/NEWS";
|
||||
homepage = "https://www.gnu.org/software/libidn/";
|
||||
description = "Library for internationalized domain names";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue