summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-01-18 21:22:26 -0500
committerworldofpeace <worldofpeace@protonmail.ch>2020-01-18 21:40:46 -0500
commit6198a0e119061f91f8501b840fd22062934e9c46 (patch)
tree55733a14f2b088278f1225cbbe91db4a1e571a52 /pkgs/desktops
parent312f643a3a650e15dbb75a4c1a7a8b0eedbc6003 (diff)
downloadnixpkgs-6198a0e119061f91f8501b840fd22062934e9c46.tar
nixpkgs-6198a0e119061f91f8501b840fd22062934e9c46.tar.gz
nixpkgs-6198a0e119061f91f8501b840fd22062934e9c46.tar.bz2
nixpkgs-6198a0e119061f91f8501b840fd22062934e9c46.tar.lz
nixpkgs-6198a0e119061f91f8501b840fd22062934e9c46.tar.xz
nixpkgs-6198a0e119061f91f8501b840fd22062934e9c46.tar.zst
nixpkgs-6198a0e119061f91f8501b840fd22062934e9c46.zip
pantheon.elementary-icon-theme: 5.1.0 -> 5.2.0
https://github.com/elementary/icons/releases/tag/5.2.0
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/pantheon/artwork/elementary-icon-theme/default.nix8
1 files changed, 6 insertions, 2 deletions
diff --git a/pkgs/desktops/pantheon/artwork/elementary-icon-theme/default.nix b/pkgs/desktops/pantheon/artwork/elementary-icon-theme/default.nix
index 9943415a457..291977349bd 100644
--- a/pkgs/desktops/pantheon/artwork/elementary-icon-theme/default.nix
+++ b/pkgs/desktops/pantheon/artwork/elementary-icon-theme/default.nix
@@ -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 = [