notmuch: 0.38 -> 0.38.1
Changelog: https://git.notmuchmail.org/git?p=notmuch;a=blob_plain;f=NEWS;hb=0.38.1
This commit is contained in:
parent
d2f2945795
commit
3abf995624
@ -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).*";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user