File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
pkgs/by-name/cl/clickable Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 11{
22 lib ,
33 fetchFromGitLab ,
4+ gitUpdater ,
45 python3Packages ,
56 stdenv ,
67} :
@@ -70,11 +71,15 @@ python3Packages.buildPythonApplication rec {
7071 "test_restricted_arch"
7172 ] ;
7273
74+ passthru . updateScript = gitUpdater { rev-prefix = "v" ; } ;
75+
7376 meta = {
7477 description = "Build system for Ubuntu Touch apps" ;
7578 mainProgram = "clickable" ;
7679 homepage = "https://clickable-ut.dev" ;
77- changelog = "https://clickable-ut.dev/en/latest/changelog.html" ;
80+ changelog = "https://clickable-ut.dev/en/latest/changelog.html#changes-in-v${
81+ lib . strings . replaceStrings [ "." ] [ "-" ] version
82+ } " ;
7883 license = lib . licenses . gpl3Only ;
7984 maintainers = lib . teams . lomiri . members ++ ( with lib . maintainers ; [ ilyakooo0 ] ) ;
8085 } ;
You can’t perform that action at this time.
0 commit comments