summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-29 09:54:11 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-03-29 09:54:11 -0700
commit904330cb84ef228c83c0fb0ccf20b24911953f25 (patch)
tree852524b03e2941570805937116d485521000c615 /pkgs/applications/networking
parentc7d7abc51e5f9b9c7481a83c47b37508bf08b05b (diff)
downloadnixpkgs-904330cb84ef228c83c0fb0ccf20b24911953f25.tar
nixpkgs-904330cb84ef228c83c0fb0ccf20b24911953f25.tar.gz
nixpkgs-904330cb84ef228c83c0fb0ccf20b24911953f25.tar.bz2
nixpkgs-904330cb84ef228c83c0fb0ccf20b24911953f25.tar.lz
nixpkgs-904330cb84ef228c83c0fb0ccf20b24911953f25.tar.xz
nixpkgs-904330cb84ef228c83c0fb0ccf20b24911953f25.tar.zst
nixpkgs-904330cb84ef228c83c0fb0ccf20b24911953f25.zip
sylpheed: 3.6.0 -> 3.7.0
Semi-automatic update generated by https://github.com/ryantm/nix-update tools.

This update was made based on information from https://repology.org/metapackage/sylpheed/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/h2523jz7ladr0j6m3v6a0x45ak0z9iq8-sylpheed-3.7.0/bin/sylpheed --version` and found version 3.7.0
- found 3.7.0 with grep in /nix/store/h2523jz7ladr0j6m3v6a0x45ak0z9iq8-sylpheed-3.7.0
- directory tree listing: https://gist.github.com/8f404aeeccf14771245b2a25b3a1231e
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/mailreaders/sylpheed/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/mailreaders/sylpheed/default.nix b/pkgs/applications/networking/mailreaders/sylpheed/default.nix
index d58680d15d5..22bfddc5b57 100644
--- a/pkgs/applications/networking/mailreaders/sylpheed/default.nix
+++ b/pkgs/applications/networking/mailreaders/sylpheed/default.nix
@@ -8,11 +8,11 @@ with stdenv.lib;
 
 stdenv.mkDerivation rec {
   name = "sylpheed-${version}";
-  version = "3.6.0";
+  version = "3.7.0";
 
   src = fetchurl {
-    url = "http://sylpheed.sraoss.jp/sylpheed/v3.6/${name}.tar.bz2";
-    sha256 = "0idk9nz3d200l2bxc38vnxlx0wcslrvncy9lk50vz7dl8c5sg97b";
+    url = "http://sylpheed.sraoss.jp/sylpheed/v3.7/${name}.tar.xz";
+    sha256 = "0j9y5vdzch251s264diw9clrn88dn20bqqkwfmis9l7m8vmwasqd";
   };
 
   nativeBuildInputs = [ pkgconfig ];