dialog: 1.3-20231002 -> 1.3-20260107

This commit is contained in:
R. Ryantm
2026-01-20 03:03:20 +00:00
parent 64359a39a1
commit a5811daab7
+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 [