summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders/notmuch
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-01-17 22:05:25 +0000
committerGitHub <noreply@github.com>2018-01-17 22:05:25 +0000
commit3eb311ebac5945e61266427f85d6bd5bd50ce96a (patch)
treea3c5a6343784f48f891179d225c041f7f6d1e396 /pkgs/applications/networking/mailreaders/notmuch
parent98b35db541a5cb2dac9edd83c9cff12275ae8230 (diff)
parent5856892ae690cc243ec0cf4ca2b9bbae3f436427 (diff)
downloadnixpkgs-3eb311ebac5945e61266427f85d6bd5bd50ce96a.tar
nixpkgs-3eb311ebac5945e61266427f85d6bd5bd50ce96a.tar.gz
nixpkgs-3eb311ebac5945e61266427f85d6bd5bd50ce96a.tar.bz2
nixpkgs-3eb311ebac5945e61266427f85d6bd5bd50ce96a.tar.lz
nixpkgs-3eb311ebac5945e61266427f85d6bd5bd50ce96a.tar.xz
nixpkgs-3eb311ebac5945e61266427f85d6bd5bd50ce96a.tar.zst
nixpkgs-3eb311ebac5945e61266427f85d6bd5bd50ce96a.zip
Merge pull request #33949 from woffs/muchsync5
muchsync: 2 -> 5
Diffstat (limited to 'pkgs/applications/networking/mailreaders/notmuch')
-rw-r--r--pkgs/applications/networking/mailreaders/notmuch/muchsync.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/mailreaders/notmuch/muchsync.nix b/pkgs/applications/networking/mailreaders/notmuch/muchsync.nix
index 13d30d6ef94..e25dfe834f6 100644
--- a/pkgs/applications/networking/mailreaders/notmuch/muchsync.nix
+++ b/pkgs/applications/networking/mailreaders/notmuch/muchsync.nix
@@ -2,14 +2,14 @@
 , notmuch, openssl, pkgconfig, sqlite, xapian, zlib
 }:
 stdenv.mkDerivation rec {
-  version = "2";
+  version = "5";
   name = "muchsync-${version}";
   passthru = {
     inherit version;
   };
   src = fetchurl {
     url = "http://www.muchsync.org/src/${name}.tar.gz";
-    sha256 = "1dqp23a043kkzl0g2f4j3m7r7lg303gz7a0fsj0dm5ag3kpvp5f1";
+    sha256 = "1k2m44pj5i6vfhp9icdqs42chsp208llanc666p3d9nww8ngq2lb";
   };
   nativeBuildInputs = [ pkgconfig ];
   buildInputs = [ notmuch openssl sqlite xapian zlib ];