Merge pull request #241165 from Icy-Thought/whitesur-icon-theme

whitesur-icon-theme: 2023-01-08 -> 2023-07-03
This commit is contained in:
Nick Cao 2023-07-03 14:22:14 +08:00 committed by GitHub
commit 557d542f68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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