aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/misc/rxvt_unicode
diff options
context:
space:
mode:
authorJack Cummings <jack@mudshark.org>2013-01-11 09:28:52 -0800
committerJack Cummings <jack@mudshark.org>2013-01-11 09:28:52 -0800
commit3fe43187fbec49ec09357f18535bb67673ba53a1 (patch)
tree168b71c0e4cf4fe2540d7d9e54f29b5f5f77c547 /pkgs/applications/misc/rxvt_unicode
parenta0d45d6f9b581ab1670ec99126c2a48e06938dbb (diff)
urxvt-9.16
Diffstat (limited to 'pkgs/applications/misc/rxvt_unicode')
-rw-r--r--pkgs/applications/misc/rxvt_unicode/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/rxvt_unicode/default.nix b/pkgs/applications/misc/rxvt_unicode/default.nix
index b643b8a658e..d52fd178165 100644
--- a/pkgs/applications/misc/rxvt_unicode/default.nix
+++ b/pkgs/applications/misc/rxvt_unicode/default.nix
@@ -3,7 +3,7 @@
let
name = "rxvt-unicode";
- version = "9.15";
+ version = "9.16";
n = "${name}-${version}";
in
@@ -13,7 +13,7 @@ stdenv.mkDerivation (rec {
src = fetchurl {
url = "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-${version}.tar.bz2";
- sha256 = "ec1aa2932da844979ed8140bd92223defb12042aa5e877e05ac31139ca81f2b1";
+ sha256 = "0x28wyslqnhn2q11y4hncqdl07wgh5ypywl92fq0jxycr36ibfvn";
};
buildInputs =