summary refs log tree commit diff
path: root/pkgs/desktops/mate
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-03-31 02:02:54 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-03-31 02:02:54 -0700
commit761e26951058a11e2aa2cfa25309506636032b3b (patch)
tree9900338949fff83262668a632009ad5ce1c177c8 /pkgs/desktops/mate
parenta7af5d4f88f9e30bc9b401a84b7cb3cf036fccbb (diff)
downloadnixpkgs-761e26951058a11e2aa2cfa25309506636032b3b.tar
nixpkgs-761e26951058a11e2aa2cfa25309506636032b3b.tar.gz
nixpkgs-761e26951058a11e2aa2cfa25309506636032b3b.tar.bz2
nixpkgs-761e26951058a11e2aa2cfa25309506636032b3b.tar.lz
nixpkgs-761e26951058a11e2aa2cfa25309506636032b3b.tar.xz
nixpkgs-761e26951058a11e2aa2cfa25309506636032b3b.tar.zst
nixpkgs-761e26951058a11e2aa2cfa25309506636032b3b.zip
mate.mate-themes: 3.22.15 -> 3.22.16
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
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 3.22.16 with grep in /nix/store/vjm6m5yyzsrwv51iryqq326w3829dx2c-mate-themes-3.22.16
- directory tree listing: https://gist.github.com/d3a254df8c888718ac16edea0d4dce1d
Diffstat (limited to 'pkgs/desktops/mate')
-rw-r--r--pkgs/desktops/mate/mate-themes/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/mate/mate-themes/default.nix b/pkgs/desktops/mate/mate-themes/default.nix
index c68b8b7d9bd..9d82d439c82 100644
--- a/pkgs/desktops/mate/mate-themes/default.nix
+++ b/pkgs/desktops/mate/mate-themes/default.nix
@@ -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 ];