summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorIcy-Thought <icy-thought@pm.me>2021-10-29 16:33:01 +0200
committerIcy-Thought <icy-thought@pm.me>2021-10-29 16:33:01 +0200
commita5b1903e541158b8ea866ba66106fcee7e29baaa (patch)
tree02cc9c2e73f2bcac79665196553c19adc754e04b /pkgs/data
parentc8f8adc5ec85a444618da8280d666af760925b24 (diff)
downloadnixpkgs-a5b1903e541158b8ea866ba66106fcee7e29baaa.tar
nixpkgs-a5b1903e541158b8ea866ba66106fcee7e29baaa.tar.gz
nixpkgs-a5b1903e541158b8ea866ba66106fcee7e29baaa.tar.bz2
nixpkgs-a5b1903e541158b8ea866ba66106fcee7e29baaa.tar.lz
nixpkgs-a5b1903e541158b8ea866ba66106fcee7e29baaa.tar.xz
nixpkgs-a5b1903e541158b8ea866ba66106fcee7e29baaa.tar.zst
nixpkgs-a5b1903e541158b8ea866ba66106fcee7e29baaa.zip
whitesur-icon-theme: 20210826 -> 20211013
Diffstat (limited to 'pkgs/data')
-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 27695f3cbd1..157ff6d3eac 100644
--- a/pkgs/data/icons/whitesur-icon-theme/default.nix
+++ b/pkgs/data/icons/whitesur-icon-theme/default.nix
@@ -2,13 +2,13 @@
 
 stdenvNoCC.mkDerivation rec {
   pname = "Whitesur-icon-theme";
-  version = "2021-08-26";
+  version = "2021-10-13";
 
   src = fetchFromGitHub {
     owner = "vinceliuice";
     repo = pname;
     rev = version;
-    sha256 = "O7nb6X20HvnzldijP/fXqAs/2qE5JUg3DEMb84ZMQp4=";
+    sha256 = "BP5hGi3G9zNUSfeCbwYUvd3jMcWhstXiDeZCJ6Hgey8=";
   };
 
   nativeBuildInputs = [ gtk3 ];