Merge pull request #271351 from marsam/update-notmuch

notmuch: 0.38 -> 0.38.1
This commit is contained in:
Mario Rodas
2023-12-01 08:35:33 -05:00
committed by GitHub
@@ -16,11 +16,11 @@
stdenv.mkDerivation rec {
pname = "notmuch";
version = "0.38";
version = "0.38.1";
src = fetchurl {
url = "https://notmuchmail.org/releases/notmuch-${version}.tar.xz";
sha256 = "sha256-oXkBrb5D9IGmv1PBWiogJovI3HrVzPaFoNF8FFbbr24=";
hash = "sha256-wUGHYNDlPvrR81Jn65mlD4t/ooVcFHPgpMmCuG+OzdQ=";
};
nativeBuildInputs = [
@@ -135,7 +135,7 @@ stdenv.mkDerivation rec {
updateScript = gitUpdater {
url = "https://git.notmuchmail.org/git/notmuch";
ignoredVersions = "_rc.*";
ignoredVersions = "_(rc|pre).*";
};
};