File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 77
88python3Packages . buildPythonApplication rec {
99 pname = "toot" ;
10- version = "0.45 .0" ;
10+ version = "0.47 .0" ;
1111 pyproject = true ;
1212
1313 src = fetchFromGitHub {
1414 owner = "ihabunek" ;
1515 repo = "toot" ;
1616 rev = "refs/tags/${ version } " ;
17- hash = "sha256-xBpqB81LSOq+eGVwEL6fAxBR8UXCduf5syzCdwydW4Q =" ;
17+ hash = "sha256-TG98e/3X+bcNsx8ZR0Nv0VWlR/cJ7tzz46K7tYyoKsM =" ;
1818 } ;
1919
2020 nativeCheckInputs = with python3Packages ; [ pytest ] ;
@@ -48,6 +48,7 @@ python3Packages.buildPythonApplication rec {
4848 description = "Mastodon CLI interface" ;
4949 mainProgram = "toot" ;
5050 homepage = "https://github.com/ihabunek/toot" ;
51+ changelog = "https://github.com/ihabunek/toot/blob/refs/tags/${ version } /CHANGELOG.md" ;
5152 license = lib . licenses . gpl3Only ;
5253 maintainers = with lib . maintainers ; [
5354 matthiasbeyer
You can’t perform that action at this time.
0 commit comments