numix-icon-theme: 17-11-18 -> 17-12-25

This commit is contained in:
José Romildo Malaquias 2017-12-26 15:58:12 -02:00
parent b0047e7782
commit 92b687398a

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub }:
{ stdenv, fetchFromGitHub, hicolor_icon_theme }:
stdenv.mkDerivation rec {
version = "2017-11-18";
version = "17-12-25";
package-name = "numix-icon-theme";
@ -10,10 +10,12 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "numixproject";
repo = package-name;
rev = "ea7f2069ca1f6190494e96aa2febcadf6248c5b4";
sha256 = "1nk0mc2qycwmjqdlrsfgar5m83pyj3hf6f66pywf9706nn2yz8fv";
rev = version;
sha256 = "0q3hpq2jc9iwnzzqpb12g1qzjsw4ckhdqkfqf6nirl87r5drkv6j";
};
buildInputs = [ hicolor_icon_theme ];
dontBuild = true;
installPhase = ''