dialog: 1.3-20231002 -> 1.3-20260107 (#481842)
This commit is contained in:
@@ -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 [
|
||||
|
||||
Reference in New Issue
Block a user