3
0
Fork 0
forked from mirrors/nixpkgs

mate.mate-themes: 3.22.17 -> 3.22.18 (#45185)

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.
This commit is contained in:
R. RyanTM 2018-08-19 13:52:08 -07:00 committed by xeji
parent b5cd99c4ab
commit 2da80b118f

View file

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