* Chatzilla updated to 0.9.88.
svn path=/nixpkgs/trunk/; revision=32384
This commit is contained in:
parent
e45be4fcaf
commit
2eb0d0f246
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchurl, unzip, xulrunner, makeWrapper }:
|
{ stdenv, fetchurl, unzip, xulrunner, makeWrapper }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "chatzilla-0.9.87";
|
name = "chatzilla-0.9.88";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
# Obtained from http://chatzilla.rdmsoft.com/xulrunner/.
|
# Obtained from http://chatzilla.rdmsoft.com/xulrunner/.
|
||||||
url = http://chatzilla.rdmsoft.com/xulrunner/download/chatzilla-0.9.87-xr.zip;
|
url = "http://chatzilla.rdmsoft.com/xulrunner/download/${name}-xr.zip";
|
||||||
sha256 = "1qwbqngrxyip3k2b71adg271sifvrrxcixkyrsy4vmgl5bwdsl4d";
|
sha256 = "041jpjl7wnbhqm2f8bf2pwp6igjapmy74swac94h54n644wl5nz0";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ unzip makeWrapper ];
|
buildInputs = [ unzip makeWrapper ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user