lol

Merge pull request #31829 from KaiHa/notmuch-0.25.2

notmuch: 0.25 -> 0.25.2

authored by

Pascal Wittmann and committed by
GitHub
a86d0d61 cfd3e8f4

+2 -2
+2 -2
pkgs/applications/networking/mailreaders/notmuch/default.nix
··· 12 12 with stdenv.lib; 13 13 14 14 stdenv.mkDerivation rec { 15 - version = "0.25"; 15 + version = "0.25.2"; 16 16 name = "notmuch-${version}"; 17 17 18 18 passthru = { ··· 22 22 23 23 src = fetchurl { 24 24 url = "http://notmuchmail.org/releases/${name}.tar.gz"; 25 - sha256 = "02z6d87ip1hkipz8d7w0sfklg8dd5fd5vlgp768640ixg0gqvlk5"; 25 + sha256 = "0ai6vbs9wzwfz7jcphgqsqpcbq137l34xhmcli4h5c8n82fvmdp4"; 26 26 }; 27 27 28 28 nativeBuildInputs = [ pkgconfig ];