summary refs log tree commit diff
path: root/pkgs/data/icons/numix-icon-theme-square
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2018-08-20 12:04:55 -0300
committerJosé Romildo Malaquias <malaquias@gmail.com>2018-08-20 12:04:55 -0300
commit5dbfd2f187e970da195e754b5a6895005eeac8e0 (patch)
tree4f95eee7f47a2c6f8abdd11a22f74ec2e513de2c /pkgs/data/icons/numix-icon-theme-square
parentbbf5f232e0bf1a7dab8043ea670735fa7e6181a7 (diff)
downloadnixpkgs-5dbfd2f187e970da195e754b5a6895005eeac8e0.tar
nixpkgs-5dbfd2f187e970da195e754b5a6895005eeac8e0.tar.gz
nixpkgs-5dbfd2f187e970da195e754b5a6895005eeac8e0.tar.bz2
nixpkgs-5dbfd2f187e970da195e754b5a6895005eeac8e0.tar.lz
nixpkgs-5dbfd2f187e970da195e754b5a6895005eeac8e0.tar.xz
nixpkgs-5dbfd2f187e970da195e754b5a6895005eeac8e0.tar.zst
nixpkgs-5dbfd2f187e970da195e754b5a6895005eeac8e0.zip
numix-icon-theme-square: 18-02-16 -> 18.08.17
Diffstat (limited to 'pkgs/data/icons/numix-icon-theme-square')
-rw-r--r--pkgs/data/icons/numix-icon-theme-square/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/data/icons/numix-icon-theme-square/default.nix b/pkgs/data/icons/numix-icon-theme-square/default.nix
index 99871abe5d4..b1f92f4a350 100644
--- a/pkgs/data/icons/numix-icon-theme-square/default.nix
+++ b/pkgs/data/icons/numix-icon-theme-square/default.nix
@@ -3,13 +3,13 @@
 stdenv.mkDerivation rec {
   name = "${package-name}-${version}";
   package-name = "numix-icon-theme-square";
-  version = "18-02-16";
+  version = "18.08.17";
 
   src = fetchFromGitHub {
     owner = "numixproject";
     repo = package-name;
     rev = version;
-    sha256 = "1gjwc0s6a7q1jby5bcwxkcmbs470m81y8s0clsm0qhcmcn1c36xj";
+    sha256 = "0pn5m73zd240bk2kilcgv57xn7grhbcj5ay4w1jzzn1f4ifaa0w8";
   };
 
   nativeBuildInputs = [ gtk3 numix-icon-theme ];
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
     description = "Numix icon theme (square version)";
     homepage = https://numixproject.org;
     license = licenses.gpl3;
-    platforms = platforms.linux; # Maybe other non-darwin Unix
+    platforms = platforms.all;
     maintainers = with maintainers; [ romildo ];
   };
 }