mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
* Thunderbird 1.5.0.10.
svn path=/nixpkgs/trunk/; revision=8416
This commit is contained in:
parent
fd0c8d9fc9
commit
943e0e2f68
@ -13,12 +13,12 @@
|
||||
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "thunderbird-1.5.0.9";
|
||||
name = "thunderbird-1.5.0.10";
|
||||
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/1.5.0.9/source/thunderbird-1.5.0.9-source.tar.bz2;
|
||||
sha1 = "ff1b900861422b5c657a5302d9b1deb0601a42e2";
|
||||
url = http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/1.5.0.10/source/thunderbird-1.5.0.10-source.tar.bz2;
|
||||
sha1 = "a6467c946f9e668bcf7b3a06dcaeceb601b98fce";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user