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

This commit is contained in:
Bobby Rong 2022-10-07 09:34:24 +08:00
parent 37bd39839a
commit e93bfcae0f
No known key found for this signature in database

View File

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