Merge pull request #127253 from ilikeavocadoes/master

notmuch: 0.31.4 -> 0.32.1

authored by

Maximilian Bosch and committed by
GitHub
6a8843c7 185b114d

+2 -2
+2 -2
pkgs/applications/networking/mailreaders/notmuch/default.nix
··· 12 with lib; 13 14 stdenv.mkDerivation rec { 15 - version = "0.31.4"; 16 pname = "notmuch"; 17 18 passthru = { ··· 22 23 src = fetchgit { 24 url = "https://git.notmuchmail.org/git/notmuch"; 25 - sha256 = "sha256-M+LEf257OcDlHOCYYxzEVQpop+i2gzO/QJPdajz/CRM="; 26 rev = version; 27 }; 28
··· 12 with lib; 13 14 stdenv.mkDerivation rec { 15 + version = "0.32.1"; 16 pname = "notmuch"; 17 18 passthru = { ··· 22 23 src = fetchgit { 24 url = "https://git.notmuchmail.org/git/notmuch"; 25 + sha256 = "sha256:06r0hdz8mxnzag74md62a9m6c2zm0fxn45n4n1c26j5cmrys7j16"; 26 rev = version; 27 }; 28