mate.mate-themes: 3.22.16 -> 3.22.17 (#41541)

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-themes/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 3.22.17 with grep in /nix/store/vnrs1vjrq1jjqff5872k2vyqnf5bj5iw-mate-themes-3.22.17
- directory tree listing: https://gist.github.com/7496d09132d21dac1574730a34586a9d
- du listing: https://gist.github.com/fae90128247da010e9abf4c845ceb824
This commit is contained in:
R. RyanTM 2018-06-08 15:50:51 -07:00 committed by xeji
parent 96af022af5
commit 0c101bf626

View File

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