3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #285736 from 999eagle/update/fedifetcher

fedifetcher: 7.0.1 -> 7.0.3
This commit is contained in:
Pierre Bourdon 2024-02-02 10:39:29 +01:00 committed by GitHub
commit 5071e8ca11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,14 +2,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "fedifetcher";
version = "7.0.1";
version = "7.0.3";
format = "other";
src = fetchFromGitHub {
owner = "nanos";
repo = "FediFetcher";
rev = "v${version}";
hash = "sha256-/Au6a93na3meb2j0eR8UCCg+TVW/UqWz3/TkASB94Eg=";
hash = "sha256-ADf6ZVqO9v6GQbNWi3NDX5bNmFDX5LMJfM6ePEWwbrQ=";
};
propagatedBuildInputs = with python3.pkgs; [