lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

OPNA2608 60d2263d abb24383

+4 -2
+4 -2
pkgs/games/nile/default.nix
··· 15 15 16 16 buildPythonApplication rec { 17 17 pname = "nile"; 18 - version = "unstable-2024-03-09"; 18 + version = "1.0.2-unstable-2024-03-09"; 19 19 format = "pyproject"; 20 20 21 21 src = fetchFromGitHub { ··· 56 56 maintainers = with maintainers; [ aidalgol ]; 57 57 }; 58 58 59 - passthru.updateScript = unstableGitUpdater { }; 59 + passthru.updateScript = unstableGitUpdater { 60 + tagPrefix = "v"; 61 + }; 60 62 }