Skip to content

Commit

Permalink
fedifetcher: 7.1.6 -> 7.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and github-actions[bot] committed Sep 29, 2024
1 parent ac0720e commit deafee1
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.6";
version = "7.1.7";
format = "other";

src = fetchFromGitHub {
owner = "nanos";
repo = "FediFetcher";
rev = "refs/tags/v${version}";
hash = "sha256-lnBiGBoG5ykKSP+F4NOqJKnvxaLU9oiV3KfbVnjgkgQ=";
hash = "sha256-1QLVhqyH0wb8om2pFJfmgJcYp9DTuT5KZpLy5InlRr8=";
};

propagatedBuildInputs = with python3.pkgs; [
Expand Down

0 comments on commit deafee1

Please sign in to comment.