Skip to content

Commit

Permalink
fedifetcher: 7.0.5 -> 7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Sep 18, 2024
1 parent f5e607c commit 9ab16fb
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.0.5";
version = "7.1.1";
format = "other";

src = fetchFromGitHub {
owner = "nanos";
repo = "FediFetcher";
rev = "refs/tags/v${version}";
hash = "sha256-60TYgvAvdNI9vVK9gy4n2aYukWCp3UP+8FTywKb07bI=";
hash = "sha256-HMpLn73PTk3kwlNof4EZhRHRlHUEfzJt5raYaEqWrjI=";
};

propagatedBuildInputs = with python3.pkgs; [
Expand Down

0 comments on commit 9ab16fb

Please sign in to comment.