notmuch: 0.24.2 -> 0.25

This commit is contained in:
Bart Brouns 2017-08-13 03:57:50 +02:00
parent 1e2529498d
commit 8da8a162bb

View File

@ -10,7 +10,7 @@
}:
stdenv.mkDerivation rec {
version = "0.24.2";
version = "0.25";
name = "notmuch-${version}";
passthru = {
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "http://notmuchmail.org/releases/${name}.tar.gz";
sha256 = "0lfchvapk11qazdgsxj42igp9mpp83zbd0h1jj6r3ifmhikajxma";
sha256 = "02z6d87ip1hkipz8d7w0sfklg8dd5fd5vlgp768640ixg0gqvlk5";
};
buildInputs = [