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

This commit is contained in:
Icy-Thought 2023-07-02 22:01:11 +02:00
parent 86be413cb1
commit e2aa6f1104
No known key found for this signature in database
GPG key ID: B593E438DDAB3C66

View file

@ -27,13 +27,13 @@ lib.checkListOfEnum "${pname}: theme variants" [
stdenvNoCC.mkDerivation rec {
inherit pname;
version = "2023-01-08";
version = "2023-07-03";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
hash = "sha256-xqKGZPlGl8kNZ4AQYZWAywL+6UxwGzYOZ9WvB85JKZk=";
hash = "sha256-lq6d3BForrvzEJYeEMQZplvn/p6dPjggTToAU9UcPoM=";
};
nativeBuildInputs = [ gtk3 jdupes ];