urxvt-9.16
This commit is contained in:
parent
a0d45d6f9b
commit
3fe43187fb
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
name = "rxvt-unicode";
|
name = "rxvt-unicode";
|
||||||
version = "9.15";
|
version = "9.16";
|
||||||
n = "${name}-${version}";
|
n = "${name}-${version}";
|
||||||
in
|
in
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ stdenv.mkDerivation (rec {
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-${version}.tar.bz2";
|
url = "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-${version}.tar.bz2";
|
||||||
sha256 = "ec1aa2932da844979ed8140bd92223defb12042aa5e877e05ac31139ca81f2b1";
|
sha256 = "0x28wyslqnhn2q11y4hncqdl07wgh5ypywl92fq0jxycr36ibfvn";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
|
|
Loading…
Reference in New Issue