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
This commit is contained in:
José Romildo 2023-10-30 11:45:47 -03:00
parent 7378978469
commit 5dc12b6ba3

View file

@ -1,7 +1,6 @@
{ 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";