notmuch: 0.28.1 -> 0.28.2

https://notmuchmail.org/pipermail/notmuch/2019/027402.html
This commit is contained in:
Will Dietz 2019-02-17 20:04:37 -06:00
parent ac953a4a6b
commit 198e293c71

View File

@ -12,7 +12,7 @@
with stdenv.lib;
stdenv.mkDerivation rec {
version = "0.28.1";
version = "0.28.2";
name = "notmuch-${version}";
passthru = {
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://notmuchmail.org/releases/${name}.tar.gz";
sha256 = "0mcsfkrp6mpy374m5rwwgm9md8qzvwa3s4rbzid4cnkx2cwfj4fi";
sha256 = "0cg9ff7h7mklgbqqknxigxxx1j3p3s2a9cxvrs5ih7j56f04k9l5";
};
nativeBuildInputs = [ pkgconfig ];