about summary refs log tree commit diff
path: root/pkgs/data/icons
diff options
context:
space:
mode:
authorIcy-Thought <icy-thought@pm.me>2024-04-07 22:44:37 +0200
committerIcy-Thought <icy-thought@pm.me>2024-04-07 22:44:37 +0200
commitbf4350735d79fa2fa8e21fb2ceac0081a903a889 (patch)
tree369994157446a0803536a451743133bb93534713 /pkgs/data/icons
parentc9ca8ad792e6008eb703eaa2a0ace8d3eea9fe9d (diff)
whitesur-icon-theme: 2023-01-08 -> 2024-04-08
Diffstat (limited to 'pkgs/data/icons')
-rw-r--r--pkgs/data/icons/whitesur-icon-theme/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/icons/whitesur-icon-theme/default.nix b/pkgs/data/icons/whitesur-icon-theme/default.nix
index a6514b3fe0d41..e9ca757add207 100644
--- a/pkgs/data/icons/whitesur-icon-theme/default.nix
+++ b/pkgs/data/icons/whitesur-icon-theme/default.nix
@@ -27,13 +27,13 @@ lib.checkListOfEnum "${pname}: theme variants" [
 
 stdenvNoCC.mkDerivation rec {
   inherit pname;
-  version = "2023-07-03";
+  version = "2024.04.08";
 
   src = fetchFromGitHub {
     owner = "vinceliuice";
     repo = pname;
     rev = version;
-    hash = "sha256-lq6d3BForrvzEJYeEMQZplvn/p6dPjggTToAU9UcPoM=";
+    hash = "sha256-Baf0BowyR4P7MDx+LmH6MHlANl+9lXlCaQispN4/i9o=";
   };
 
   nativeBuildInputs = [ gtk3 jdupes ];