Merge pull request #325853 from SuperSandro2000/fedifetcher

fedifetcher: 7.1.4 -> 7.1.5
This commit is contained in:
Sandro
2024-07-09 23:45:25 +02:00
committed by GitHub
+2 -2
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; [