Author: shlevy
Date: Wed Mar 21 01:26:21 2012
New Revision: 33320
URL: https://nixos.org/websvn/nix/?rev=33320&sc=1
Log:
Thunderbird: Blind update
Added:
nixpkgs/trunk/pkgs/applications/networking/mailreaders/thunderbird/11.x.nix
- copied, changed from r33319,
nixpkgs/trunk/pkgs/applications/networking/mailreaders/thunderbird/9.x.nix
Modified:
nixpkgs/trunk/pkgs/top-level/all-packages.nix
Copied and modified:
nixpkgs/trunk/pkgs/applications/networking/mailreaders/thunderbird/11.x.nix
(from r33319,
nixpkgs/trunk/pkgs/applications/networking/mailreaders/thunderbird/9.x.nix)
==============================================================================
--- nixpkgs/trunk/pkgs/applications/networking/mailreaders/thunderbird/9.x.nix
Tue Mar 20 23:59:09 2012 (r33319, copy source)
+++ nixpkgs/trunk/pkgs/applications/networking/mailreaders/thunderbird/11.x.nix
Wed Mar 21 01:26:21 2012 (r33320)
@@ -12,7 +12,7 @@
}:
-let version = "9.0.1";
+let version = "11.0";
# This patch may become necessary when we use a more recent version of
libpng
# for now, it's actually not needed
@@ -27,7 +27,7 @@
src = fetchurl {
url =
"http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.bz2";
- sha256 =
"4fc392915e22b81ef0bd08e6e2d8d0348e66f0930f35bf8ac47eb49f64453e2d";
+ sha256 = "0lrp7ngi3ni70m9v11f0l8xvp3s8sc50isxbgy8vj677fzb1qn2s";
};
enableParallelBuilding = true;
Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/all-packages.nix Tue Mar 20 23:59:09
2012 (r33319)
+++ nixpkgs/trunk/pkgs/top-level/all-packages.nix Wed Mar 21 01:26:21
2012 (r33320)
@@ -7381,6 +7381,10 @@
inherit (gnome) libIDL;
};
+ thunderbird11 = callPackage
../applications/networking/mailreaders/thunderbird/11.x.nix {
+ inherit (gnome) libIDL;
+ };
+
timidity = callPackage ../tools/misc/timidity { };
tkcvs = callPackage ../applications/version-management/tkcvs { };
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits