Skip to content

Commit

Permalink
fedifetcher: 7.1.1 -> 7.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Sep 18, 2024
1 parent 9ab16fb commit 9037d56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.1.1";
version = "7.1.4";
format = "other";

src = fetchFromGitHub {
owner = "nanos";
repo = "FediFetcher";
rev = "refs/tags/v${version}";
hash = "sha256-HMpLn73PTk3kwlNof4EZhRHRlHUEfzJt5raYaEqWrjI=";
hash = "sha256-/iAmX2kBYJgtsz7b817UqLXkwVwXi7EY4KL0ZYxXYBw=";
};

propagatedBuildInputs = with python3.pkgs; [
Expand Down

0 comments on commit 9037d56

Please sign in to comment.