about summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2023-01-19 07:52:38 +0000
committerGitHub <noreply@github.com>2023-01-19 07:52:38 +0000
commitede51ce77b508fd57e84d0acfe64fb4288d19140 (patch)
tree5658263919fc62d6e67886761a4a129e8d33c2fd /pkgs/applications/terminal-emulators
parentd450afc911598812d54cbac7e384a2bf4724f9ce (diff)
parent5c298b8d89ea825ce20c5193b198dfbfb64b8b8b (diff)
Merge pull request #209995 from r-ryantm/auto-update/xterm
xterm: 377 -> 378
Diffstat (limited to 'pkgs/applications/terminal-emulators')
-rw-r--r--pkgs/applications/terminal-emulators/xterm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/terminal-emulators/xterm/default.nix b/pkgs/applications/terminal-emulators/xterm/default.nix
index 24a698ba80358..a5c98cb7df812 100644
--- a/pkgs/applications/terminal-emulators/xterm/default.nix
+++ b/pkgs/applications/terminal-emulators/xterm/default.nix
@@ -4,14 +4,14 @@
 
 stdenv.mkDerivation rec {
   pname = "xterm";
-  version = "377";
+  version = "378";
 
   src = fetchurl {
     urls = [
       "ftp://ftp.invisible-island.net/xterm/${pname}-${version}.tgz"
       "https://invisible-mirror.net/archives/xterm/${pname}-${version}.tgz"
     ];
-    hash = "sha256-2xCP56Rdjtl+YEchtYRDtHNknmHiY2Mb+HWfhhipkLI=";
+    hash = "sha256-ZJ37/V7dDtnkfPjk2VO0sNPDC8KAFm38T/0Ulz/sPpI=";
   };
 
   strictDeps = true;