Merge pull request #33949 from woffs/muchsync5

muchsync: 2 -> 5

authored by Jörg Thalheim and committed by GitHub 3eb311eb 98b35db5

+2 -2
+2 -2
pkgs/applications/networking/mailreaders/notmuch/muchsync.nix
··· 2 2 , notmuch, openssl, pkgconfig, sqlite, xapian, zlib 3 3 }: 4 4 stdenv.mkDerivation rec { 5 - version = "2"; 5 + version = "5"; 6 6 name = "muchsync-${version}"; 7 7 passthru = { 8 8 inherit version; 9 9 }; 10 10 src = fetchurl { 11 11 url = "http://www.muchsync.org/src/${name}.tar.gz"; 12 - sha256 = "1dqp23a043kkzl0g2f4j3m7r7lg303gz7a0fsj0dm5ag3kpvp5f1"; 12 + sha256 = "1k2m44pj5i6vfhp9icdqs42chsp208llanc666p3d9nww8ngq2lb"; 13 13 }; 14 14 nativeBuildInputs = [ pkgconfig ]; 15 15 buildInputs = [ notmuch openssl sqlite xapian zlib ];