mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
firefox: 40.0 -> 40.0.2
This commit is contained in:
parent
4ed131efb3
commit
435c5d2c42
1 changed files with 2 additions and 2 deletions
|
@ -16,14 +16,14 @@
|
|||
|
||||
assert stdenv.cc ? libc && stdenv.cc.libc != null;
|
||||
|
||||
let version = "40.0"; in
|
||||
let version = "40.0.2"; 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 = "48483e5738182f8567e2b6d2e29bd6bc1812d3eb";
|
||||
sha1 = "b5d79fa3684284bfeb7277e99c756b8688e8121d";
|
||||
};
|
||||
|
||||
buildInputs =
|
||||
|
|
Loading…
Reference in a new issue