Commit 5dc12b6b authored by José Romildo's avatar José Romildo
Browse files

colloid-gtk-theme: remove update script

gitUpdater does not work anymore because upstream have tag names with
dates using a dot or a dash separator, like 2023-10-28 and 2023.04.11
parent 73789784
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
{ lib
, stdenvNoCC
, fetchFromGitHub
, gitUpdater
, gnome-themes-extra
, gtk-engine-murrine
, jdupes
@@ -64,8 +63,6 @@ stdenvNoCC.mkDerivation rec {
    runHook postInstall
  '';

  passthru.updateScript = gitUpdater { };

  meta = with lib; {
    description = "A modern and clean Gtk theme";
    homepage = "https://github.com/vinceliuice/Colloid-gtk-theme";