about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNixpkgs Monitor <none@none>2013-12-23 03:27:46 +0200
committerEvgeny Egorochkin <phreedom@yandex.ru>2013-12-23 03:27:46 +0200
commitc23bf0548e1ab10184326e8ec8b50ce85425913c (patch)
treecb8e09bdd7593a0cf4b801fa568f76e0daa5c220
parenta0297b7be4acae29c78f5a6d12afcb69d7493217 (diff)
xterm: update from 281 to 300
-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 ef2d846dd2e45..1d050182da339 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-281";
+  name = "xterm-300";
 
   src = fetchurl {
     url = "ftp://invisible-island.net/xterm/${name}.tgz";
-    sha256 = "1yrjjya7z5s3fi0iiaxgna35jh0ib2zx1yafyng35jma6qbwhxx7";
+    sha256 = "1k8p7q4d1gpk6zikb8hys8b30yq2v001nlp3r9g40my31ij9al31";
   };
 
   buildInputs =