nile: unstable-2024-03-09 -> 1.0.2-unstable-2024-03-09

This commit is contained in:
OPNA2608 2024-02-07 18:03:32 +01:00
parent abb24383d2
commit 60d2263d86

View File

@ -15,7 +15,7 @@
buildPythonApplication rec {
pname = "nile";
version = "unstable-2024-03-09";
version = "1.0.2-unstable-2024-03-09";
format = "pyproject";
src = fetchFromGitHub {
@ -56,5 +56,7 @@ buildPythonApplication rec {
maintainers = with maintainers; [ aidalgol ];
};
passthru.updateScript = unstableGitUpdater { };
passthru.updateScript = unstableGitUpdater {
tagPrefix = "v";
};
}