whitesur-icon-theme: 20211013 -> 20211108

+2 -2
+2 -2
pkgs/data/icons/whitesur-icon-theme/default.nix
··· 2 3 stdenvNoCC.mkDerivation rec { 4 pname = "Whitesur-icon-theme"; 5 - version = "2021-10-13"; 6 7 src = fetchFromGitHub { 8 owner = "vinceliuice"; 9 repo = pname; 10 rev = version; 11 - sha256 = "BP5hGi3G9zNUSfeCbwYUvd3jMcWhstXiDeZCJ6Hgey8="; 12 }; 13 14 nativeBuildInputs = [ gtk3 ];
··· 2 3 stdenvNoCC.mkDerivation rec { 4 pname = "Whitesur-icon-theme"; 5 + version = "2021-11-08"; 6 7 src = fetchFromGitHub { 8 owner = "vinceliuice"; 9 repo = pname; 10 rev = version; 11 + sha256 = "LZ0GLJFUUvzsPhU2sBkfy5mPpQHuPzYhbumwFKnogoA="; 12 }; 13 14 nativeBuildInputs = [ gtk3 ];