about summary refs log tree commit diff
path: root/pkgs/data/icons
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-07-03 14:22:14 +0800
committerGitHub <noreply@github.com>2023-07-03 14:22:14 +0800
commit557d542f68895f87023046d34c4535747094fc7b (patch)
treee371690df3944a9044ec8f03fb4d3078c2c341f2 /pkgs/data/icons
parentb8e0fd13ddc9ac0e6f85610935fdb786b9d577c9 (diff)
parente2aa6f1104103b2a84b2895ddc5c77e25edd33b6 (diff)
Merge pull request #241165 from Icy-Thought/whitesur-icon-theme
whitesur-icon-theme: 2023-01-08 -> 2023-07-03
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 8733d20e9fab4..a6514b3fe0d41 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-01-08";
+  version = "2023-07-03";
 
   src = fetchFromGitHub {
     owner = "vinceliuice";
     repo = pname;
     rev = version;
-    hash = "sha256-xqKGZPlGl8kNZ4AQYZWAywL+6UxwGzYOZ9WvB85JKZk=";
+    hash = "sha256-lq6d3BForrvzEJYeEMQZplvn/p6dPjggTToAU9UcPoM=";
   };
 
   nativeBuildInputs = [ gtk3 jdupes ];