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-21 22:58:31 +0200
committerIcy-Thought <icy-thought@pm.me>2024-04-21 22:58:31 +0200
commit9791d7aa862edddbc0ff46d4bfd39118e5023f7c (patch)
tree54736156a190dbabfff3e58386cc8296d29fd74f /pkgs/data/icons
parent9edb990e0e175a2f165ba1fb74cc02073b5327b2 (diff)
whitesur-icon-theme: 2024-04-08 -> 2024-04-22
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 e9ca757add207..70f5357a89f84 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 = "2024.04.08";
+  version = "2024-04-22";
 
   src = fetchFromGitHub {
     owner = "vinceliuice";
     repo = pname;
     rev = version;
-    hash = "sha256-Baf0BowyR4P7MDx+LmH6MHlANl+9lXlCaQispN4/i9o=";
+    hash = "sha256-CnAnD5ky+LNcyE59O/iGeoe+1JyhtPM/XUHwU5d8FA4=";
   };
 
   nativeBuildInputs = [ gtk3 jdupes ];