Merge pull request #188853 from Icy-Thought/whitesur-icon-theme

authored by Sandro and committed by GitHub 4247b318 79f570c2

+14 -4
+14 -4
pkgs/data/icons/whitesur-icon-theme/default.nix
··· 12 12 let 13 13 pname = "Whitesur-icon-theme"; 14 14 in 15 - lib.checkListOfEnum "${pname}: theme variants" [ "default" "purple" "pink" "red" "orange" "yellow" "green" "grey" "nord" "all" ] themeVariants 15 + lib.checkListOfEnum "${pname}: theme variants" [ 16 + "default" 17 + "purple" 18 + "pink" 19 + "red" 20 + "orange" 21 + "yellow" 22 + "green" 23 + "grey" 24 + "nord" 25 + "all" 26 + ] themeVariants 16 27 17 28 stdenvNoCC.mkDerivation rec { 18 29 inherit pname; 19 - version = "2022-05-11"; 30 + version = "2022-08-30"; 20 31 21 32 src = fetchFromGitHub { 22 33 owner = "vinceliuice"; 23 34 repo = pname; 24 35 rev = version; 25 - sha256 = "sha256-7Bbkjbh6nZdYot0tJMWFuW1Jnl9U4KOLN/n+z92UWh4="; 36 + sha256 = "pcvRD4CUwUT46/kmMbnerj5mqPCcHIRreVIh9wz6Kfg="; 26 37 }; 27 38 28 39 nativeBuildInputs = [ gtk3 jdupes ]; ··· 32 43 # These fixup steps are slow and unnecessary 33 44 dontPatchELF = true; 34 45 dontRewriteSymlinks = true; 35 - 36 46 dontDropIconThemeCache = true; 37 47 38 48 postPatch = ''