Merge pull request #38198 from r-ryantm/auto-update/mate-themes

mate.mate-themes: 3.22.15 -> 3.22.16
This commit is contained in:
Matthew Justin Bauer 2018-04-08 21:24:35 -05:00 committed by GitHub
commit 2037baae73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "mate-themes-${version}";
version = "3.22.15";
version = "3.22.16";
src = fetchurl {
url = "http://pub.mate-desktop.org/releases/themes/${mate.getRelease version}/${name}.tar.xz";
sha256 = "0cmlbj6vlkavdirc5xnsgwmy0m11bj9yrbv1dkq46n1s23rvv6wg";
sha256 = "1k8qp2arjv4vj8kyjhjgyj5h46jy0darlfh48l5h25623z1firdj";
};
nativeBuildInputs = [ pkgconfig intltool ];