mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
* Firefox 3.0.5.
svn path=/nixpkgs/trunk/; revision=13710
This commit is contained in:
parent
a2ac3a3f18
commit
fa4e5051c7
1 changed files with 3 additions and 3 deletions
|
@ -11,11 +11,11 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "firefox-3.0.4";
|
||||
name = "firefox-3.0.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.0.4/source/firefox-3.0.4-source.tar.bz2;
|
||||
sha1 = "16715b4af7ca2bad6baa8d450a3fd9cb375ad6d6";
|
||||
url = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.0.5/source/firefox-3.0.5-source.tar.bz2;
|
||||
sha1 = "f934e073efaad3d4dde847c8491fa9529564d5d2";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue