mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 08:44:31 +00:00
ncurses: 6.3-p20220507 -> 6.4
Changes: https://www.mail-archive.com/info-gnu@gnu.org/msg03127.html
This commit is contained in:
parent
af7bf7507f
commit
5101d61da4
@ -11,16 +11,12 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
ver = "6.3";
|
||||
# We pick fresh intermediate release to get a fix for CVE-2022-29458
|
||||
# which was fixed in 20220416 patchset.
|
||||
patchver = "20220507";
|
||||
version = "${ver}-p${patchver}";
|
||||
version = "6.4";
|
||||
pname = "ncurses" + lib.optionalString (abiVersion == "5") "-abi5-compat";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://invisible-island.net/archives/ncurses/current/ncurses-${ver}-${patchver}.tgz";
|
||||
sha256 = "02y4n4my5qqhw3fdhdjv1zc9xpyglzlzmzjwq2zcwbwv738255ja";
|
||||
url = "https://invisible-island.net/archives/ncurses/ncurses-${version}.tar.gz";
|
||||
hash = "sha256-aTEoPZrIfFBz8wtikMTHXyFjK7T8NgOsgQCBK+0kgVk=";
|
||||
};
|
||||
|
||||
outputs = [ "out" "dev" "man" ];
|
||||
|
Loading…
Reference in New Issue
Block a user