about summary refs log tree commit diff
path: root/pkgs/applications/misc/xterm
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-03-03 11:08:43 +0100
committerPeter Simons <simons@cryp.to>2014-03-03 11:10:26 +0100
commit34ef383d452db195087b253abb3dc8ecc11e7703 (patch)
treeb192b0f3873b508484d8a49bf1c12f1d4bf91061 /pkgs/applications/misc/xterm
parent0968d527fa16c870e3a463b27a272264ab5cfbb6 (diff)
xterm: update from 300 to 301
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 1d050182da339..a13dd76fd039d 100644
--- a/pkgs/applications/misc/xterm/default.nix
+++ b/pkgs/applications/misc/xterm/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, xorg, ncurses, freetype, fontconfig, pkgconfig }:
 
 stdenv.mkDerivation rec {
-  name = "xterm-300";
+  name = "xterm-301";
 
   src = fetchurl {
     url = "ftp://invisible-island.net/xterm/${name}.tgz";
-    sha256 = "1k8p7q4d1gpk6zikb8hys8b30yq2v001nlp3r9g40my31ij9al31";
+    sha256 = "040rarvv18zg0lk7qy0m3n7gv10mh40jic708wvng01z4rlbpfhz";
   };
 
   buildInputs =