notmuch: add updateScript

Changed files
+6
pkgs
applications
networking
mailreaders
notmuch
+6
pkgs/applications/networking/mailreaders/notmuch/default.nix
···
, emacs
, ruby
, testers
+
, gitUpdater
, which, dtach, openssl, bash, gdb, man, git
, withEmacs ? true
, withRuby ? true
···
pythonSourceRoot = "notmuch-${version}/bindings/python";
tests.version = testers.testVersion { package = notmuch; };
inherit version;
+
+
updateScript = gitUpdater {
+
url = "https://git.notmuchmail.org/git/notmuch";
+
ignoredVersions = "_rc.*";
+
};
};
meta = with lib; {