Skip to content

Commit

Permalink
fdroidserver: 2.3.1 -> 2.3.4 (#364927)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Dec 28, 2024
2 parents e1c234e + da08b71 commit 5c8bd29
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions pkgs/by-name/fd/fdroidserver/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,17 @@
installShellFiles,
}:

let
version = "2.3.1";
in
python3Packages.buildPythonApplication {
python3Packages.buildPythonApplication rec {
pname = "fdroidserver";
inherit version;
version = "2.3.4";

pyproject = true;

src = fetchFromGitLab {
owner = "fdroid";
repo = "fdroidserver";
rev = version;
hash = "sha256-1jJwKvxm33Hge35dhqy5HgXzyokj8a2XhWvCmScj5bA=";
tag = version;
hash = "sha256-NsILbFirIFz2zZxTSRFV1D2WeMN2lsvAwsZy7ie5ZJE=";
};

pythonRelaxDeps = [
Expand Down

0 comments on commit 5c8bd29

Please sign in to comment.