diff --git a/pkgs/by-name/fe/fedifetcher/package.nix b/pkgs/by-name/fe/fedifetcher/package.nix index d9d5fd4be5fe..0a0c16b34c23 100644 --- a/pkgs/by-name/fe/fedifetcher/package.nix +++ b/pkgs/by-name/fe/fedifetcher/package.nix @@ -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";