summary refs log tree commit diff
path: root/pkgs/applications/misc/xterm
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-08-16 12:48:05 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-08-16 21:48:05 +0200
commitd0e87cbfaf86d7dae4d291ecd8c9d8967affb91f (patch)
tree344ab9ca41e3a8775ac5411375e69a111d01321d /pkgs/applications/misc/xterm
parent4cea1c16d13dc64aa989a7ffb27e4b77a06315fa (diff)
downloadnixlib-d0e87cbfaf86d7dae4d291ecd8c9d8967affb91f.tar
nixlib-d0e87cbfaf86d7dae4d291ecd8c9d8967affb91f.tar.gz
nixlib-d0e87cbfaf86d7dae4d291ecd8c9d8967affb91f.tar.bz2
nixlib-d0e87cbfaf86d7dae4d291ecd8c9d8967affb91f.tar.lz
nixlib-d0e87cbfaf86d7dae4d291ecd8c9d8967affb91f.tar.xz
nixlib-d0e87cbfaf86d7dae4d291ecd8c9d8967affb91f.tar.zst
nixlib-d0e87cbfaf86d7dae4d291ecd8c9d8967affb91f.zip
xterm: 333 -> 335 (#45120)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xterm/versions.
Diffstat (limited to 'pkgs/applications/misc/xterm')
-rw-r--r--pkgs/applications/misc/xterm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/xterm/default.nix b/pkgs/applications/misc/xterm/default.nix
index aa36ccd49e23..292e4e5ba38b 100644
--- a/pkgs/applications/misc/xterm/default.nix
+++ b/pkgs/applications/misc/xterm/default.nix
@@ -3,14 +3,14 @@
 }:
 
 stdenv.mkDerivation rec {
-  name = "xterm-333";
+  name = "xterm-335";
 
   src = fetchurl {
     urls = [
      "ftp://ftp.invisible-island.net/xterm/${name}.tgz"
      "https://invisible-mirror.net/archives/xterm/${name}.tgz"
    ];
-    sha256 = "0y7gl26mxw6kwqx9j9mi6lx1lp1v3nrlga19ddn07j2m9q0l479g";
+    sha256 = "15nbgys4s2idhx6jzzc24g9bb1s6yps5fyg2bafvs0gkkcm1ggz0";
   };
 
   buildInputs =