numix-icon-theme-circle: 2016-05-25 -> 2016-06-10

This commit is contained in:
José Romildo Malaquias 2016-06-12 16:27:16 -03:00 committed by Christoph Hrdinka
parent 8edc102336
commit d76e2f24c2

View file

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub }:
{ stdenv, fetchFromGitHub, numix-icon-theme }:
stdenv.mkDerivation rec {
version = "2016-05-25";
version = "2016-06-10";
package-name = "numix-icon-theme-circle";
@ -10,10 +10,12 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "numixproject";
repo = package-name;
rev = "e2d2fe68e34e1650584f798c3cdb7e91ef62e6d3";
sha256 = "0fah812ymc6kczjhjsz0ai57ih6d8r6pknhvc54i7r3xqxshryc8";
rev = "577b8a2a8dd6429f7d3df37b15d9fd7fcbb58d56";
sha256 = "1zx26ng6z45j1yff2m0cng4nffk8swdq1pya1l2dm7841mx5ram4";
};
buildInputs = [ numix-icon-theme ];
dontBuild = true;
installPhase = ''