Sandro Jäckel 2024-06-27 00:25:55 +02:00
parent 44f79e5bf0
commit 1b9d6db569
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

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