Merge pull request #143671 from Icy-Thought/master

whitesur-icon-theme: 20210826 -> 20211013
This commit is contained in:
Bobby Rong 2021-10-30 09:49:47 +08:00 committed by GitHub
commit 6d25e31c5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];