summary refs log tree commit diff
path: root/pkgs/desktops/mate/mate-themes
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-08 15:50:51 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-09 00:50:51 +0200
commit0c101bf6260b6d60d25d082b7d10c015607a47f6 (patch)
tree6f8d01fc93e79a288c273ce7194c671a9de04f2f /pkgs/desktops/mate/mate-themes
parent96af022af5d587dc3de21334c24760df8117bc26 (diff)
downloadnixpkgs-0c101bf6260b6d60d25d082b7d10c015607a47f6.tar
nixpkgs-0c101bf6260b6d60d25d082b7d10c015607a47f6.tar.gz
nixpkgs-0c101bf6260b6d60d25d082b7d10c015607a47f6.tar.bz2
nixpkgs-0c101bf6260b6d60d25d082b7d10c015607a47f6.tar.lz
nixpkgs-0c101bf6260b6d60d25d082b7d10c015607a47f6.tar.xz
nixpkgs-0c101bf6260b6d60d25d082b7d10c015607a47f6.tar.zst
nixpkgs-0c101bf6260b6d60d25d082b7d10c015607a47f6.zip
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
Diffstat (limited to 'pkgs/desktops/mate/mate-themes')
-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 9d82d439c82..8d6d470727d 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.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 ];