notmuch: 0.28.2 -> 0.28.3

https://notmuchmail.org/pipermail/notmuch/2019/027481.html
This commit is contained in:
Will Dietz 2019-03-06 14:16:01 -06:00 committed by Rok Garbas
parent 9735dbcbb1
commit d01bdbee28

View file

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