notmuch: 0.32.2 -> 0.32.3

https://notmuchmail.org/news/release-0.32.3/
This commit is contained in:
Mario Rodas 2021-09-01 04:20:00 +00:00
parent 788dffdfd8
commit 407ee9b0ed

View file

@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
pname = "notmuch";
version = "0.32.2";
version = "0.32.3";
src = fetchurl {
url = "https://notmuchmail.org/releases/notmuch-${version}.tar.xz";
sha256 = "1myylb19hj5nb1vriqng252vfjwwkgbi3gxj93pi2q1fzyw7w2lf";
sha256 = "114bbyjl2ppmy4pw0b5zwmi7lxiz6xd1k6zq0qcgdv7ahkwgybxy";
};
nativeBuildInputs = [