mate-icon-theme: 1.15.0 -> 1.16.0

This commit is contained in:
José Romildo Malaquias 2016-09-27 08:59:14 -03:00
parent 21981dae16
commit 81cf584b54

View file

@ -3,12 +3,12 @@
stdenv.mkDerivation rec {
name = "mate-icon-theme-${version}";
version = "${major-ver}.${minor-ver}";
major-ver = "1.15";
major-ver = "1.16";
minor-ver = "0";
src = fetchurl {
url = "http://pub.mate-desktop.org/releases/${major-ver}/${name}.tar.xz";
sha256 = "1jpz3ihmyhyiyqlqz798xgzl3qa31ghymw3yrw6abd7ww0nkwiq9";
sha256 = "1zldw22p1i76iss8car39pmfagpfxxlfk1fdhvr4x5r6gf36gv7d";
};
nativeBuildInputs = [ pkgconfig intltool iconnamingutils ];