pantheon.elementary-icon-theme: 5.1.0 -> 5.2.0
https://github.com/elementary/icons/releases/tag/5.2.0
This commit is contained in:
parent
312f643a3a
commit
6198a0e119
@ -6,11 +6,13 @@
|
|||||||
, ninja
|
, ninja
|
||||||
, hicolor-icon-theme
|
, hicolor-icon-theme
|
||||||
, gtk3
|
, gtk3
|
||||||
|
, inkscape
|
||||||
|
, xorg
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "elementary-icon-theme";
|
pname = "elementary-icon-theme";
|
||||||
version = "5.1.0";
|
version = "5.2.0";
|
||||||
|
|
||||||
repoName = "icons";
|
repoName = "icons";
|
||||||
|
|
||||||
@ -18,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "elementary";
|
owner = "elementary";
|
||||||
repo = repoName;
|
repo = repoName;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1yrf92ysjh1yfm42wznlw0lh9zsm5whghwzx3b3wcdkwdhkdg24z";
|
sha256 = "1irkjj8xfpgkl5p56xhqa3w2s98b8lav7d1lxxrabdi87cjv3n33";
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
@ -29,9 +31,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
gtk3
|
gtk3
|
||||||
|
inkscape
|
||||||
meson
|
meson
|
||||||
ninja
|
ninja
|
||||||
python3
|
python3
|
||||||
|
xorg.xcursorgen
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user