Skip to content

Commit

Permalink
[nixos-24.05] fedifetcher: 7.0.4 -> 7.1.5 (#342787)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Sep 23, 2024
2 parents d986d04 + a6dd1e7 commit 41629f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/fedifetcher/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

python3.pkgs.buildPythonApplication rec {
pname = "fedifetcher";
version = "7.0.4";
version = "7.1.5";
format = "other";

src = fetchFromGitHub {
owner = "nanos";
repo = "FediFetcher";
rev = "refs/tags/v${version}";
hash = "sha256-19ZpOpvDj2/qMufH2qPPAj8hRPlViSuC64WqJp6+xSk=";
hash = "sha256-dOo4QQCEGm7nZCC4k1M66wERrw+hKduvEJZIm1pEFqk=";
};

propagatedBuildInputs = with python3.pkgs; [
Expand All @@ -35,7 +35,7 @@ python3.pkgs.buildPythonApplication rec {
'';
homepage = "https://blog.thms.uk/fedifetcher";
license = licenses.mit;
maintainers = with maintainers; [ ];
maintainers = teams.c3d2.members;
mainProgram = "fedifetcher";
};
}

0 comments on commit 41629f8

Please sign in to comment.