mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 01:03:25 +00:00
Merge pull request #271351 from marsam/update-notmuch
notmuch: 0.38 -> 0.38.1
This commit is contained in:
commit
b3ea511fb2
@ -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