Skip to content

Commit 05ce5b8

Browse files
authored
xterm: 402 -> 403 (NixOS#453717)
2 parents cdda5ca + 82ab019 commit 05ce5b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/xt/xterm/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616

1717
stdenv.mkDerivation rec {
1818
pname = "xterm";
19-
version = "402";
19+
version = "403";
2020

2121
src = fetchurl {
2222
urls = [
2323
"ftp://ftp.invisible-island.net/xterm/${pname}-${version}.tgz"
2424
"https://invisible-mirror.net/archives/xterm/${pname}-${version}.tgz"
2525
];
26-
hash = "sha256-UmDFeTzVZMaeU+9vUowArwZq5ntC0CE3+374+v5wu3o=";
26+
hash = "sha256-EzGw31kZyyQ//jJtxv8QopHmg6Ji9wzflkpmS+czrYM=";
2727
};
2828

2929
patches = [ ./sixel-256.support.patch ];

0 commit comments

Comments
 (0)