forked from mirrors/nixpkgs
mate.mate-themes: 3.22.18 -> 3.22.19
This commit is contained in:
parent
39edbc0239
commit
14c9c21663
|
@ -3,11 +3,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mate-themes-${version}";
|
name = "mate-themes-${version}";
|
||||||
version = "3.22.18";
|
version = "3.22.19";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://pub.mate-desktop.org/releases/themes/${mate.getRelease version}/${name}.tar.xz";
|
url = "http://pub.mate-desktop.org/releases/themes/${mate.getRelease version}/${name}.tar.xz";
|
||||||
sha256 = "0538bw8qismp16ymxbjk0ww7yjw1ch5v3f3d4vib3770xvgmmcfm";
|
sha256 = "1ycb8b8r0s8d1h1477135mynr53s5781gdb2ap8xlvj2g58492wq";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig intltool gtk3 ];
|
nativeBuildInputs = [ pkgconfig intltool gtk3 ];
|
||||||
|
|
Loading…
Reference in a new issue