Merge pull request #165069 from Icy-Thought/master

authored by Sandro and committed by GitHub edf078d9 cc2c9d82

+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-11-08"; 6 7 src = fetchFromGitHub { 8 owner = "vinceliuice"; 9 repo = pname; 10 rev = version; 11 - sha256 = "LZ0GLJFUUvzsPhU2sBkfy5mPpQHuPzYhbumwFKnogoA="; 12 }; 13 14 nativeBuildInputs = [ gtk3 ];
··· 2 3 stdenvNoCC.mkDerivation rec { 4 pname = "Whitesur-icon-theme"; 5 + version = "2022-03-18"; 6 7 src = fetchFromGitHub { 8 owner = "vinceliuice"; 9 repo = pname; 10 rev = version; 11 + sha256 = "iHLxZqcDLUo62J67MwZ72CSvsHHiI9/Jk31KwkgIPr4="; 12 }; 13 14 nativeBuildInputs = [ gtk3 ];