dialog: 1.3-20231002 -> 1.3-20260107 (#481842)

This commit is contained in:
Fabián Heredia Montiel
2026-01-27 07:11:13 +00:00
committed by GitHub
+2 -2
View File
@@ -12,11 +12,11 @@
assert unicodeSupport -> ncurses.unicodeSupport;
stdenv.mkDerivation (finalAttrs: {
pname = "dialog";
version = "1.3-20231002";
version = "1.3-20260107";
src = fetchurl {
url = "https://invisible-island.net/archives/dialog/dialog-${finalAttrs.version}.tgz";
hash = "sha256-MVZAqwcZIl1cvKsTBYXAXweR/PBzBypf6UeZaaorgzs=";
hash = "sha256-eLPdGNleUPC+j5ucHnz/4oyb8c3yDVs+8XJ5xNo1xbU=";
};
nativeBuildInputs = lib.optionals withLibrary [