dracula-theme: unstable-2024-04-24 -> 4.0.0-unstable-2024-04-24

This commit is contained in:
OPNA2608 2024-02-07 17:45:07 +01:00
parent 9293af315e
commit 4712ec00cf

View File

@ -2,7 +2,7 @@
let
themeName = "Dracula";
version = "unstable-2024-04-24";
version = "4.0.0-unstable-2024-04-24";
in
stdenvNoCC.mkDerivation {
pname = "dracula-theme";
@ -38,7 +38,9 @@ stdenvNoCC.mkDerivation {
runHook postInstall
'';
passthru.updateScript = unstableGitUpdater { };
passthru.updateScript = unstableGitUpdater {
tagPrefix = "v";
};
meta = with lib; {
description = "Dracula variant of the Ant theme";