mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
firefox: Update to 37.0
This commit is contained in:
parent
b8ccb390b3
commit
4c8f0e8d1c
@ -15,14 +15,14 @@
|
||||
|
||||
assert stdenv.cc ? libc && stdenv.cc.libc != null;
|
||||
|
||||
let version = "36.0.4"; in
|
||||
let version = "37.0"; in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "firefox-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${version}/source/firefox-${version}.source.tar.bz2";
|
||||
sha1 = "ccd8fb7881dcb9ae07a47ceeea561e50b80d55ea";
|
||||
sha1 = "c23a3d36603edd9d2fbac51afe7a4825c0ac15d8";
|
||||
};
|
||||
|
||||
buildInputs =
|
||||
|
Loading…
Reference in New Issue
Block a user