mate.mate-icon-theme: 1.21.0 -> 1.20.3

This commit is contained in:
worldofpeace 2019-01-14 08:43:36 -05:00
parent 5701547d34
commit 0065df21f4

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "mate-icon-theme-${version}";
version = "1.21.0";
version = "1.20.3";
src = fetchurl {
url = "http://pub.mate-desktop.org/releases/${mate.getRelease version}/${name}.tar.xz";
sha256 = "170vir6h9sgsibd4kfq5qgz542qrw94q3qakqry77clls5wj6b62";
sha256 = "10l58mjc2a69pm7srxvlav2b8b7nbzyvwjrlrk79a3gr6dd1mbk4";
};
nativeBuildInputs = [ pkgconfig intltool iconnamingutils ];