whitesur-icon-theme: 20211013 -> 20211108

This commit is contained in:
Icy-Thought 2021-11-08 05:14:41 +01:00
parent 1e6d3c55f0
commit 9b54511a8e
No known key found for this signature in database
GPG Key ID: B593E438DDAB3C66

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "Whitesur-icon-theme";
version = "2021-10-13";
version = "2021-11-08";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
sha256 = "BP5hGi3G9zNUSfeCbwYUvd3jMcWhstXiDeZCJ6Hgey8=";
sha256 = "LZ0GLJFUUvzsPhU2sBkfy5mPpQHuPzYhbumwFKnogoA=";
};
nativeBuildInputs = [ gtk3 ];