tokyo-night-gtk: fix version number
This commit is contained in:
parent
a61fe84e88
commit
1234093ac6
2 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "${prefix}_${type}-${variantName}";
|
||||
version = "unstable-2023-05-30";
|
||||
version = "unstable-2023-05-31";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Fausto-Korpsvart";
|
||||
|
|
|
@ -1074,6 +1074,7 @@ mapAliases ({
|
|||
tixati = throw "'tixati' has been removed from nixpkgs as it is unfree and unmaintained"; # Added 2023-03-17
|
||||
tkcvs = tkrev; # Added 2022-03-07
|
||||
tokodon = plasma5Packages.tokodon;
|
||||
tokyo-night-gtk = tokyonight-gtk-theme; # Added 2024-01-28
|
||||
tootle = throw "'tootle' has been removed as it is not maintained upstream. Consider using 'tuba' instead"; # Added 2024-02-11
|
||||
tor-browser-bundle-bin = tor-browser; # Added 2023-09-23
|
||||
transfig = fig2dev; # Added 2022-02-15
|
||||
|
|
Loading…
Reference in a new issue