whitesur-icon-theme: 2022-11-17 -> 2023-01-08

This commit is contained in:
Icy-Thought 2023-01-08 11:25:10 +01:00
parent f38eb6de8f
commit 86be413cb1
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 = "2022-11-17";
version = "2023-01-08";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
hash = "sha256-crZ6JQeXeSjTHGIBptioNiFZas7MksJcjaKGlMP4fo0=";
hash = "sha256-xqKGZPlGl8kNZ4AQYZWAywL+6UxwGzYOZ9WvB85JKZk=";
};
nativeBuildInputs = [ gtk3 jdupes ];