mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
dracula-theme: unstable-2024-04-24 -> 4.0.0-unstable-2024-04-24
This commit is contained in:
parent
9293af315e
commit
4712ec00cf
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user