Merge pull request #322764 from SuperSandro2000/fedifetcher

fedifetcher: 7.0.5 -> 7.1.1
This commit is contained in:
Artturin 2024-06-28 16:03:55 +03:00 committed by GitHub
commit 64cb5c38e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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