fedifetcher: 7.1.5 -> 7.1.6

This commit is contained in:
R. Ryantm
2024-08-14 13:03:27 +00:00
parent c4a0a122c0
commit 265495f38f
+2 -2
View File
@@ -2,14 +2,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "fedifetcher";
version = "7.1.5";
version = "7.1.6";
format = "other";
src = fetchFromGitHub {
owner = "nanos";
repo = "FediFetcher";
rev = "refs/tags/v${version}";
hash = "sha256-dOo4QQCEGm7nZCC4k1M66wERrw+hKduvEJZIm1pEFqk=";
hash = "sha256-lnBiGBoG5ykKSP+F4NOqJKnvxaLU9oiV3KfbVnjgkgQ=";
};
propagatedBuildInputs = with python3.pkgs; [