fedifetcher: 7.1.4 -> 7.1.5

Diff: https://github.com/nanos/FediFetcher/compare/refs/tags/v7.1.4...v7.1.5
This commit is contained in:
Sandro Jäckel
2024-07-09 15:59:47 +02:00
committed by Florian Brandes
parent 12771050d2
commit f9ee525a94

View File

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