about summary refs log tree commit diff
path: root/pkgs/data/icons
diff options
context:
space:
mode:
authorIcy-Thought <gilganyx@pm.me>2021-09-12 18:52:00 +0200
committerIcy-Thought <gilganyx@pm.me>2021-09-12 22:46:41 +0200
commit7f08f7de7bb370772d366fab451cfb5dafc8b3f0 (patch)
treeae6a5696ea10499ce479b782608e3f4a9217c7ba /pkgs/data/icons
parent8b13843f4e08c2d707acb8b558c012f0fb1cb314 (diff)
whitesur-icon-theme: 20210520 -> 20210826
Diffstat (limited to 'pkgs/data/icons')
-rw-r--r--pkgs/data/icons/whitesur-icon-theme/default.nix19
1 files changed, 4 insertions, 15 deletions
diff --git a/pkgs/data/icons/whitesur-icon-theme/default.nix b/pkgs/data/icons/whitesur-icon-theme/default.nix
index 95f41caca1aa1..27695f3cbd159 100644
--- a/pkgs/data/icons/whitesur-icon-theme/default.nix
+++ b/pkgs/data/icons/whitesur-icon-theme/default.nix
@@ -1,30 +1,19 @@
-{ lib
-, stdenvNoCC
-, fetchFromGitHub
-, gtk3
-, gnome
-, gnome-icon-theme
-, hicolor-icon-theme
-}:
+{ lib, stdenvNoCC, fetchFromGitHub, gtk3, hicolor-icon-theme }:
 
 stdenvNoCC.mkDerivation rec {
   pname = "Whitesur-icon-theme";
-  version = "2021-05-20";
+  version = "2021-08-26";
 
   src = fetchFromGitHub {
     owner = "vinceliuice";
     repo = pname;
     rev = version;
-    sha256 = "KboUYozTleOBKNun66g2oj7u/36hyQsPtRSk/x/LAWo=";
+    sha256 = "O7nb6X20HvnzldijP/fXqAs/2qE5JUg3DEMb84ZMQp4=";
   };
 
   nativeBuildInputs = [ gtk3 ];
 
-  buildInputs = [
-    gnome-icon-theme
-    gnome.adwaita-icon-theme
-    hicolor-icon-theme
-  ];
+  buildInputs = [ hicolor-icon-theme ];
 
   dontDropIconThemeCache = true;