arc-icon-theme: 2016-07-07 -> 2016-11-22

This commit is contained in:
romildo 2016-12-07 17:10:45 -02:00
parent 49187304d8
commit a634fe83a3

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "${package-name}-${version}";
package-name = "arc-icon-theme";
version = "2016-07-07";
version = "2016-11-22";
src = fetchFromGitHub {
owner = "horst3180";
repo = package-name;
rev = "664c05e723ac2971feb123d7baca3d298248e7f9";
sha256 = "10vicnrv2v7y4capvllaz9x3nzjkjj9fs1dspjjjg6if3gcif7m4";
rev = "55a575386a412544c3ed2b5617a61f842ee4ec15";
sha256 = "1ch3hp08qri93510hypzz6m2x4xgg2h15wvnhjwh1x1s1b7jvxjd";
};
nativeBuildInputs = [ autoreconfHook ];