Firefox beta version bump. Preview before Release Candidate or whatever Mozilla calls it.
svn path=/nixpkgs/trunk/; revision=15958
This commit is contained in:
parent
36b4a9b3f3
commit
0d32e9950c
|
@ -10,14 +10,14 @@
|
|||
|
||||
}:
|
||||
|
||||
let version = "3.5b4"; in
|
||||
let version = "3.5b99"; in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "firefox-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "ftp://ftp.mozilla.org/pub/firefox/releases/${version}/source/firefox-${version}-source.tar.bz2";
|
||||
sha256 = "0pfrcqbsa88p6nfqx7xhlr603ycwf5lnfmwcdd5abl7xipxg4lxn";
|
||||
sha256 = "05vyksprh00asvir3wskjzgxmyvhr89fdh0dwi8s0vknbcbx6hvr";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in New Issue