fedifetcher: 7.1.1 -> 7.1.4

Diff: https://github.com/nanos/FediFetcher/compare/refs/tags/v7.1.1...v7.1.4
This commit is contained in:
Sandro Jäckel
2024-07-02 21:53:10 +02:00
parent 9ab16fb240
commit 9037d56901

View File

@@ -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; [