deepin.deepin-icon-theme: 15.12.59 -> 15.12.64

This commit is contained in:
José Romildo Malaquias 2018-11-08 23:37:00 -02:00
parent fe715b1f31
commit e1418d9372

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "deepin-icon-theme";
version = "15.12.59";
version = "15.12.64";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
sha256 = "1qkxhqx6a7pahkjhf6m9lm16lw9v9grk0d4j449h9622zwfjkxlq";
sha256 = "0z1yrp6yg2hb67azrbd9ac743jjh83vxdf2j0mmv2lfpd4fqw8qc";
};
nativeBuildInputs = [ gtk3 papirus-icon-theme ];