Merge pull request #108053 from r-ryantm/auto-update/mailnag

This commit is contained in:
Sandro 2020-12-31 16:57:09 +01:00 committed by GitHub
commit c23468489c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,13 +24,13 @@
python3Packages.buildPythonApplication rec {
pname = "mailnag";
version = "2.0.0";
version = "2.1.0";
src = fetchFromGitHub {
owner = "pulb";
repo = "mailnag";
rev = "v${version}";
sha256 = "0q97v9i96br22z3h6r2mz79i68ib8m8x42yxky78szfrf8j60i30";
sha256 = "08jqs3v01a9gkjca9xgjidhdgvnlm4541z9bwh9m3k5p2g76sz96";
};
buildInputs = [
@ -49,7 +49,7 @@ python3Packages.buildPythonApplication rec {
nativeBuildInputs = [
gettext
wrapGAppsHook
# To later add plugins to
# To later add plugins to
xorg.lndir
];