pantheon.elementary-icon-theme: 7.1.0 -> 7.2.0

This commit is contained in:
Bobby Rong 2023-01-25 19:41:13 +08:00
parent 3b17cde800
commit e8103a0119
No known key found for this signature in database

View file

@ -13,13 +13,13 @@
stdenvNoCC.mkDerivation rec {
pname = "elementary-icon-theme";
version = "7.1.0";
version = "7.2.0";
src = fetchFromGitHub {
owner = "elementary";
repo = "icons";
rev = version;
sha256 = "sha256-SMeVu4RbXodbxtVkQE2tvv6LaVWzrq7UBlwmi30ns2Q=";
sha256 = "sha256-Hh7RiD85N48IpO2sfWSybhS7kJYXH4VOhQ6PVIP9IS8=";
};
nativeBuildInputs = [