Merge pull request #127253 from ilikeavocadoes/master

notmuch: 0.31.4 -> 0.32.1
This commit is contained in:
Maximilian Bosch 2021-06-17 21:24:02 +02:00 committed by GitHub
commit 6a8843c758
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
with lib;
stdenv.mkDerivation rec {
version = "0.31.4";
version = "0.32.1";
pname = "notmuch";
passthru = {
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
src = fetchgit {
url = "https://git.notmuchmail.org/git/notmuch";
sha256 = "sha256-M+LEf257OcDlHOCYYxzEVQpop+i2gzO/QJPdajz/CRM=";
sha256 = "sha256:06r0hdz8mxnzag74md62a9m6c2zm0fxn45n4n1c26j5cmrys7j16";
rev = version;
};