notmuch: 0.29.2 -> 0.29.3

This commit is contained in:
Bruno Bigras 2020-02-06 14:01:04 -05:00 committed by Matthieu Coudron
parent 2855281050
commit a03b2b331e
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
with stdenv.lib;
stdenv.mkDerivation rec {
version = "0.29.2";
version = "0.29.3";
pname = "notmuch";
passthru = {
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://notmuchmail.org/releases/${pname}-${version}.tar.xz";
sha256 = "1pjmrnbn0iavm5pnw7wgfw5d6hg5i6miqfa6s7s4027vn94n3nhv";
sha256 = "0dfwa38vgnxk9cvvpza66szjgp8lir6iz6yy0cry9593lywh9xym";
};
nativeBuildInputs = [ pkgconfig ];