forked from mirrors/nixpkgs
Merge pull request #99712 from avdv/notmuch-0.31
notmuch: 0.30.1c80020 -> 0.31
This commit is contained in:
commit
02a318d3f3
|
@ -12,7 +12,7 @@
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.30.1c80020";
|
version = "0.31";
|
||||||
pname = "notmuch";
|
pname = "notmuch";
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
|
@ -22,8 +22,8 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://git.notmuchmail.org/git/notmuch";
|
url = "https://git.notmuchmail.org/git/notmuch";
|
||||||
sha256 = "0xj944c4ayps1bg21pksjih3y9v6lb34dd582df14i14q0yzji51";
|
sha256 = "0f9d9k9avb46yh2r8fvijvw7bryqwckvyzc68f9phax2g4c99x4x";
|
||||||
rev = "1c80020e701c7323de137c0616fc8864443d7bd3";
|
rev = version;
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue