From 3f06850f458d090136557522c75804da88aadac4 Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Mon, 31 Dec 2007 20:32:00 +0000 Subject: [PATCH] update. This package is more or less orphaned, it seems, maybe it would be better to delete it from Nixpkgs altogether svn path=/nixpkgs/trunk/; revision=10017 --- .../networking/mailreaders/sylpheed/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/networking/mailreaders/sylpheed/default.nix b/pkgs/applications/networking/mailreaders/sylpheed/default.nix index 1c52661e89b1..63e41e542e69 100644 --- a/pkgs/applications/networking/mailreaders/sylpheed/default.nix +++ b/pkgs/applications/networking/mailreaders/sylpheed/default.nix @@ -9,11 +9,11 @@ assert sslSupport -> openssl != null; assert gpgSupport -> gpgme != null; stdenv.mkDerivation { - name = "sylpheed-2.4.1"; + name = "sylpheed-2.4.8"; src = fetchurl { - url = http://sylpheed.sraoss.jp/sylpheed/v2.4/sylpheed-2.4.1.tar.bz2; - sha256 = "1hmia3lnh7yr2ca8bgxzn311waxfs0rhk0psck3dcjfhzxzp72zj"; + url = http://sylpheed.sraoss.jp/sylpheed/v2.4/sylpheed-2.4.8.tar.bz2; + sha256 = "0r4bfkyz39pj02rzn38ss10dhhhv93z1azlbbwdgbkjii3k760fc"; }; buildInputs = [