whitesur-gtk-theme: 2022-08-26 -> 2022-10-27 (#198263)

authored by José Romildo Malaquias and committed by GitHub 0a4dc86f 7d6954d8

+6 -3
+6 -3
pkgs/data/themes/whitesur/default.nix
··· 1 { lib 2 , stdenv 3 , fetchFromGitHub 4 , glib 5 , gnome-shell 6 , gnome-themes-extra ··· 32 33 stdenv.mkDerivation rec { 34 pname = "whitesur-gtk-theme"; 35 - version = "2022-08-26"; 36 37 src = fetchFromGitHub { 38 owner = "vinceliuice"; 39 repo = pname; 40 rev = version; 41 - sha256 = "sha256-kvu6Zv5vmyDasBt6eOBqexv0n5vi6OzpG5We1eSbW0o="; 42 }; 43 44 nativeBuildInputs = [ ··· 83 ${lib.optionalString (panelSize != null) ("--panel-size " + panelSize)} \ 84 --dest $out/share/themes 85 86 - jdupes --link-soft --recurse $out/share 87 88 runHook postInstall 89 ''; 90 91 meta = with lib; { 92 description = "MacOS Big Sur like theme for Gnome desktops";
··· 1 { lib 2 , stdenv 3 , fetchFromGitHub 4 + , gitUpdater 5 , glib 6 , gnome-shell 7 , gnome-themes-extra ··· 33 34 stdenv.mkDerivation rec { 35 pname = "whitesur-gtk-theme"; 36 + version = "2022-10-27"; 37 38 src = fetchFromGitHub { 39 owner = "vinceliuice"; 40 repo = pname; 41 rev = version; 42 + sha256 = "sha256-jOrTasnkNExCgvST+09JOQ0iosjoEu3aoj3C1pNHTgY="; 43 }; 44 45 nativeBuildInputs = [ ··· 84 ${lib.optionalString (panelSize != null) ("--panel-size " + panelSize)} \ 85 --dest $out/share/themes 86 87 + jdupes --quiet --link-soft --recurse $out/share 88 89 runHook postInstall 90 ''; 91 + 92 + passthru.updateScript = gitUpdater { }; 93 94 meta = with lib; { 95 description = "MacOS Big Sur like theme for Gnome desktops";