summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2006-07-24 15:04:37 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2006-07-24 15:04:37 +0000
commit3fd28e78513f7ec297bdcdea218e56f8adeafbb0 (patch)
tree964ce85f14e9911ba84907c4e56664012fc118ed /pkgs/applications
parent9396221341a9a767d02038055ed7a99b0a1e0f2b (diff)
downloadnixlib-3fd28e78513f7ec297bdcdea218e56f8adeafbb0.tar
nixlib-3fd28e78513f7ec297bdcdea218e56f8adeafbb0.tar.gz
nixlib-3fd28e78513f7ec297bdcdea218e56f8adeafbb0.tar.bz2
nixlib-3fd28e78513f7ec297bdcdea218e56f8adeafbb0.tar.lz
nixlib-3fd28e78513f7ec297bdcdea218e56f8adeafbb0.tar.xz
nixlib-3fd28e78513f7ec297bdcdea218e56f8adeafbb0.tar.zst
nixlib-3fd28e78513f7ec297bdcdea218e56f8adeafbb0.zip
* Doh!
svn path=/nixpkgs/trunk/; revision=5889
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/mailreaders/thunderbird/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/mailreaders/thunderbird/default.nix b/pkgs/applications/networking/mailreaders/thunderbird/default.nix
index 2cbac78ddca2..ef56ef07f75b 100644
--- a/pkgs/applications/networking/mailreaders/thunderbird/default.nix
+++ b/pkgs/applications/networking/mailreaders/thunderbird/default.nix
@@ -13,7 +13,7 @@
 
 
 stdenv.mkDerivation {
-  name = "thunderbird-1.5";
+  name = "thunderbird-1.5.0.4";
 
   builder = ./builder.sh;
   src = fetchurl {