Skip to content

Commit

Permalink
fedifetcher: 7.1.4 -> 7.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Sep 18, 2024
1 parent 9037d56 commit a6dd1e7
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.4";
version = "7.1.5";
format = "other";

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

propagatedBuildInputs = with python3.pkgs; [
Expand Down

0 comments on commit a6dd1e7

Please sign in to comment.