Author: eelco Date: 2010-06-22 16:51:44 +0000 (Tue, 22 Jun 2010) New Revision: 22382
You can view the changes in this commit at: https://svn.nixos.org/viewvc/nix?rev=22382&view=rev Modified: nixpkgs/trunk/pkgs/applications/networking/mailreaders/thunderbird/3.x.nix Log: * Thunderbird 3.0.5. Changes: Modified: nixpkgs/trunk/pkgs/applications/networking/mailreaders/thunderbird/3.x.nix =================================================================== --- nixpkgs/trunk/pkgs/applications/networking/mailreaders/thunderbird/3.x.nix 2010-06-22 15:35:32 UTC (rev 22381) +++ nixpkgs/trunk/pkgs/applications/networking/mailreaders/thunderbird/3.x.nix 2010-06-22 16:51:44 UTC (rev 22382) @@ -10,14 +10,14 @@ }: -let version = "3.0.4"; in +let version = "3.0.5"; in stdenv.mkDerivation { name = "thunderbird-${version}"; src = fetchurl { url = "http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.bz2"; - sha1 = "5a6e89096da61a520e5cecb61f8afeb981f90412"; + sha1 = "c51b6c6a9357578beb7440e4d3cf4594a61fd6a7"; }; buildInputs = _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
