Merge pull request #66866 from r-ryantm/auto-update/fdroidserver

fdroidserver: 1.1.1 -> 1.1.4
This commit is contained in:
Marek Mahut
2019-08-23 09:52:58 +02:00
committed by GitHub

View File

@@ -4,14 +4,14 @@
, lib }:
python.pkgs.buildPythonApplication rec {
version = "1.1.1";
version = "1.1.4";
pname = "fdroidserver";
src = fetchFromGitLab {
owner = "fdroid";
repo = "fdroidserver";
rev = version;
sha256 = "0m618rvjh8h8hnbafrxsdkw8m5r2wnkz7whqnh60jh91h3yr0kzs";
sha256 = "020b6w2vhqgkpbrc1d08zh6mkh704mqhqqly14hir2bvay9rr9li";
};
patchPhase = ''