notmuch: 0.26.1 -> 0.26.2

This commit is contained in:
Ben Gamari 2018-04-30 12:20:01 -04:00
parent 02cb787c0c
commit eaf71dd33e

View File

@ -12,7 +12,7 @@
with stdenv.lib;
stdenv.mkDerivation rec {
version = "0.26.1";
version = "0.26.2";
name = "notmuch-${version}";
passthru = {
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "http://notmuchmail.org/releases/${name}.tar.gz";
sha256 = "0dx8nhdmkaqabxcgxfa757m99fi395y76h9ynx8539yh9m7y9xyk";
sha256 = "0fqf6wwvqlccq9qdnd0mky7fx0kbkczd28blf045s0vsvdjii70h";
};
nativeBuildInputs = [ pkgconfig ];