lol

Merge pull request #222115 from romildo/upd.colloid-gtk-theme

colloid-gtk-theme: 2022-07-18 -> 2022.11.11

authored by

José Romildo Malaquias and committed by
GitHub
a626f58a 82ebf4df

+4 -4
+4 -4
pkgs/data/themes/colloid-gtk-theme/default.nix
··· 23 23 24 24 stdenvNoCC.mkDerivation rec { 25 25 inherit pname; 26 - version = "2022-07-18"; 26 + version = "2022.11.11"; 27 27 28 28 src = fetchFromGitHub { 29 29 owner = "vinceliuice"; 30 30 repo = pname; 31 31 rev = version; 32 - hash = "sha256-dWYRTwfQRMBdg+htxpWatF325rToaovF/43LxX6I1GI="; 32 + hash = "sha256-3uiQYiseNEKDahjurjnDj9pakx1p94BfsR3LBO2dd/s="; 33 33 }; 34 34 35 35 nativeBuildInputs = [ ··· 46 46 ]; 47 47 48 48 postPatch = '' 49 - patchShebangs install.sh clean-old-theme.sh 49 + patchShebangs install.sh 50 50 ''; 51 51 52 52 installPhase = '' ··· 59 59 ${lib.optionalString (tweaks != []) "--tweaks " + builtins.toString tweaks} \ 60 60 --dest $out/share/themes 61 61 62 - jdupes --link-soft --recurse $out/share 62 + jdupes --quiet --link-soft --recurse $out/share 63 63 64 64 runHook postInstall 65 65 '';