Merge pull request #324140 from SuperSandro2000/fedifetcher

fedifetcher: 7.1.1 -> 7.1.4
This commit is contained in:
Sandro
2024-07-03 00:03:25 +02:00
committed by GitHub
+2 -2
View File
@@ -2,14 +2,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "fedifetcher";
version = "7.1.1";
version = "7.1.4";
format = "other";
src = fetchFromGitHub {
owner = "nanos";
repo = "FediFetcher";
rev = "refs/tags/v${version}";
hash = "sha256-HMpLn73PTk3kwlNof4EZhRHRlHUEfzJt5raYaEqWrjI=";
hash = "sha256-/iAmX2kBYJgtsz7b817UqLXkwVwXi7EY4KL0ZYxXYBw=";
};
propagatedBuildInputs = with python3.pkgs; [