From 3b68f421f5c8464ff9a329faabe965b62f129e5a Mon Sep 17 00:00:00 2001 From: aleksana Date: Tue, 26 Nov 2024 15:39:39 +0800 Subject: [PATCH] toot: 0.45.0 -> 0.47.0 Diff: https://github.com/ihabunek/toot/compare/0.45.0...0.47.0 Changelog: https://github.com/ihabunek/toot/blob/master/CHANGELOG.md --- pkgs/by-name/to/toot/package.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/to/toot/package.nix b/pkgs/by-name/to/toot/package.nix index 0f1b5ce9ed1b..b50121d20e87 100644 --- a/pkgs/by-name/to/toot/package.nix +++ b/pkgs/by-name/to/toot/package.nix @@ -7,14 +7,14 @@ python3Packages.buildPythonApplication rec { pname = "toot"; - version = "0.45.0"; + version = "0.47.0"; pyproject = true; src = fetchFromGitHub { owner = "ihabunek"; repo = "toot"; rev = "refs/tags/${version}"; - hash = "sha256-xBpqB81LSOq+eGVwEL6fAxBR8UXCduf5syzCdwydW4Q="; + hash = "sha256-TG98e/3X+bcNsx8ZR0Nv0VWlR/cJ7tzz46K7tYyoKsM="; }; nativeCheckInputs = with python3Packages; [ pytest ]; @@ -48,6 +48,7 @@ python3Packages.buildPythonApplication rec { description = "Mastodon CLI interface"; mainProgram = "toot"; homepage = "https://github.com/ihabunek/toot"; + changelog = "https://github.com/ihabunek/toot/blob/refs/tags/${version}/CHANGELOG.md"; license = lib.licenses.gpl3Only; maintainers = with lib.maintainers; [ matthiasbeyer