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:
worldofpeace 2020-01-18 21:22:26 -05:00
parent 312f643a3a
commit 6198a0e119

View file

@ -6,11 +6,13 @@
, ninja
, hicolor-icon-theme
, gtk3
, inkscape
, xorg
}:
stdenv.mkDerivation rec {
pname = "elementary-icon-theme";
version = "5.1.0";
version = "5.2.0";
repoName = "icons";
@ -18,7 +20,7 @@ stdenv.mkDerivation rec {
owner = "elementary";
repo = repoName;
rev = version;
sha256 = "1yrf92ysjh1yfm42wznlw0lh9zsm5whghwzx3b3wcdkwdhkdg24z";
sha256 = "1irkjj8xfpgkl5p56xhqa3w2s98b8lav7d1lxxrabdi87cjv3n33";
};
passthru = {
@ -29,9 +31,11 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
gtk3
inkscape
meson
ninja
python3
xorg.xcursorgen
];
propagatedBuildInputs = [