lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #241165 from Icy-Thought/whitesur-icon-theme

whitesur-icon-theme: 2023-01-08 -> 2023-07-03

authored by

Nick Cao and committed by
GitHub
557d542f b8e0fd13

+2 -2
+2 -2
pkgs/data/icons/whitesur-icon-theme/default.nix
··· 27 27 28 28 stdenvNoCC.mkDerivation rec { 29 29 inherit pname; 30 - version = "2023-01-08"; 30 + version = "2023-07-03"; 31 31 32 32 src = fetchFromGitHub { 33 33 owner = "vinceliuice"; 34 34 repo = pname; 35 35 rev = version; 36 - hash = "sha256-xqKGZPlGl8kNZ4AQYZWAywL+6UxwGzYOZ9WvB85JKZk="; 36 + hash = "sha256-lq6d3BForrvzEJYeEMQZplvn/p6dPjggTToAU9UcPoM="; 37 37 }; 38 38 39 39 nativeBuildInputs = [ gtk3 jdupes ];