fedifetcher: 7.0.3 -> 7.0.4

This commit is contained in:
R. Ryantm 2024-03-17 03:50:04 +00:00
parent 79edbc3691
commit 5e2df84d84

View File

@ -2,14 +2,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "fedifetcher"; pname = "fedifetcher";
version = "7.0.3"; version = "7.0.4";
format = "other"; format = "other";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nanos"; owner = "nanos";
repo = "FediFetcher"; repo = "FediFetcher";
rev = "v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-ADf6ZVqO9v6GQbNWi3NDX5bNmFDX5LMJfM6ePEWwbrQ="; hash = "sha256-19ZpOpvDj2/qMufH2qPPAj8hRPlViSuC64WqJp6+xSk=";
}; };
propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3.pkgs; [