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
1 changed files with 3 additions and 3 deletions

View File

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