Skip to content

Commit a37ef78

Browse files
authored
fdroidserver: 2.3.5 -> 2.4.0 (#398153)
2 parents 6c037d6 + e07ece7 commit a37ef78

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/fd/fdroidserver/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010

1111
python3Packages.buildPythonApplication rec {
1212
pname = "fdroidserver";
13-
version = "2.3.5";
13+
version = "2.4.0";
1414

1515
pyproject = true;
1616

1717
src = fetchFromGitLab {
1818
owner = "fdroid";
1919
repo = "fdroidserver";
2020
tag = version;
21-
hash = "sha256-ESSjC44tdWpmtB+VhEDnUTQz+ZJVQ4jLBjj+0hMSAQA=";
21+
hash = "sha256-PQZz3dyX6vCS0axHfSINMMX5ETdVs44K9XjR87gtd3s=";
2222
};
2323

2424
pythonRelaxDeps = [

0 commit comments

Comments
 (0)