pantheon.elementary-icon-theme: 8.1.0 -> 8.2.0 (#457471)

This commit is contained in:
Bobby Rong
2025-11-01 12:21:06 +00:00
committed by GitHub

View File

@@ -5,6 +5,7 @@
nix-update-script,
meson,
ninja,
adwaita-icon-theme,
hicolor-icon-theme,
gtk3,
xcursorgen,
@@ -13,13 +14,13 @@
stdenvNoCC.mkDerivation rec {
pname = "elementary-icon-theme";
version = "8.1.0";
version = "8.2.0";
src = fetchFromGitHub {
owner = "elementary";
repo = "icons";
rev = version;
sha256 = "sha256-WltMfWMcfUqpnfuGa6NzfxSeTais0MLsiu82ybaOcvs=";
tag = version;
hash = "sha256-ntv+efkyfB66HL3tWEkiOj+MFRGqhfMo1/FUO2fIqBM=";
};
nativeBuildInputs = [
@@ -31,6 +32,7 @@ stdenvNoCC.mkDerivation rec {
];
propagatedBuildInputs = [
adwaita-icon-theme
hicolor-icon-theme
];