From 1c8aae9b280a5793fde48c3b5b43f3e5ecbfa9a9 Mon Sep 17 00:00:00 2001 From: apfelkuchen06 Date: Sat, 17 Jun 2023 12:43:10 +0200 Subject: [PATCH] muchsync: 6 -> 7 --- pkgs/applications/networking/mailreaders/notmuch/muchsync.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/mailreaders/notmuch/muchsync.nix b/pkgs/applications/networking/mailreaders/notmuch/muchsync.nix index 81946353670c..3c21b64933f5 100644 --- a/pkgs/applications/networking/mailreaders/notmuch/muchsync.nix +++ b/pkgs/applications/networking/mailreaders/notmuch/muchsync.nix @@ -2,14 +2,14 @@ , notmuch, openssl, pkg-config, sqlite, xapian, zlib }: stdenv.mkDerivation rec { - version = "6"; + version = "7"; pname = "muchsync"; passthru = { inherit version; }; src = fetchurl { url = "http://www.muchsync.org/src/${pname}-${version}.tar.gz"; - sha256 = "Cz3jtNiF7bn4h6B9y8i1luf+8gOMYeaCz6VaE/pM6eg="; + hash = "sha256-+D4vb80O9IE0df3cjTkoVoZlTaX0FWWh6ams14Gjvqw="; }; nativeBuildInputs = [ pkg-config ]; buildInputs = [ notmuch openssl sqlite xapian zlib ];