fedifetcher: 7.1.14 -> 7.1.15 (#385867)
This commit is contained in:
@@ -7,14 +7,14 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "fedifetcher";
|
||||
version = "7.1.14";
|
||||
version = "7.1.15";
|
||||
format = "other";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nanos";
|
||||
repo = "FediFetcher";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-SfR4CYVs2kLLguKCau+x5vy6ha48Zd43OJ+tsA6M9yg=";
|
||||
hash = "sha256-WGJIp7YTgMA3nHlOjLHFF1XTwRuiOf1QJmlBgzgfkNY=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
@@ -48,7 +48,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
own Mastodon instance.
|
||||
'';
|
||||
homepage = "https://blog.thms.uk/fedifetcher";
|
||||
changelog = "https://github.com/nanos/FediFetcher/releases/tag/v${version}";
|
||||
changelog = "https://github.com/nanos/FediFetcher/releases/tag/${src.tag}";
|
||||
license = licenses.mit;
|
||||
maintainers = teams.c3d2.members;
|
||||
mainProgram = "fedifetcher";
|
||||
|
||||
Reference in New Issue
Block a user