Merge pull request #137489 from r-ryantm/auto-update/nextcloud-news-updater

This commit is contained in:
Sandro 2021-09-12 16:39:09 +02:00 committed by GitHub
commit 626a7cd384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec {
pname = "nextcloud-news-updater";
version = "10.0.1";
version = "11.0.0";
src = fetchurl {
url = "mirror://pypi/n/nextcloud_news_updater/nextcloud_news_updater-${version}.tar.gz";
sha256 = "14jj3w417wfsm1ki34d980b0s6vfn8i29g4c66qb2fizdq1d0z6q";
sha256 = "bc2055c16f0dbf610b7e17650508a18fa5a1de652ecdf69c5d4073c97376e9cf";
};
doCheck = false;