summary refs log tree commit diff
path: root/pkgs/desktops/mate/mate-icon-theme
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-24 10:07:54 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-24 19:07:54 +0200
commit7b38992812bf5706ae3864b192d52d76a884fc3d (patch)
tree4cf1e45b2ea554b56e6f8cf2cb04c1c79119a21f /pkgs/desktops/mate/mate-icon-theme
parentafb4b5932945f11dda694d4d338d2c7fe25c2810 (diff)
downloadnixpkgs-7b38992812bf5706ae3864b192d52d76a884fc3d.tar
nixpkgs-7b38992812bf5706ae3864b192d52d76a884fc3d.tar.gz
nixpkgs-7b38992812bf5706ae3864b192d52d76a884fc3d.tar.bz2
nixpkgs-7b38992812bf5706ae3864b192d52d76a884fc3d.tar.lz
nixpkgs-7b38992812bf5706ae3864b192d52d76a884fc3d.tar.xz
nixpkgs-7b38992812bf5706ae3864b192d52d76a884fc3d.tar.zst
nixpkgs-7b38992812bf5706ae3864b192d52d76a884fc3d.zip
mate.mate-icon-theme: 1.20.0 -> 1.20.1 (#42237)
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-icon-theme/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 1.20.1 with grep in /nix/store/sqb3ppyysd75gan41g7r3466gc01sxiz-mate-icon-theme-1.20.1
- directory tree listing: https://gist.github.com/a482def5741d5681816fc5e7c8d14264
- du listing: https://gist.github.com/10c651e4bf3c2f51c245c47429b3bb45
Diffstat (limited to 'pkgs/desktops/mate/mate-icon-theme')
-rw-r--r--pkgs/desktops/mate/mate-icon-theme/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/mate/mate-icon-theme/default.nix b/pkgs/desktops/mate/mate-icon-theme/default.nix
index 7291b475fe1..115384584a6 100644
--- a/pkgs/desktops/mate/mate-icon-theme/default.nix
+++ b/pkgs/desktops/mate/mate-icon-theme/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "mate-icon-theme-${version}";
-  version = "1.20.0";
+  version = "1.20.1";
 
   src = fetchurl {
     url = "http://pub.mate-desktop.org/releases/${mate.getRelease version}/${name}.tar.xz";
-    sha256 = "0lmsmsamgg1s6qrk19qwa76ld7x1k3pwhy4vs1ixn1as4iaaddk5";
+    sha256 = "1xzlwmwz1jnksa4rs0smkxhqv3j50y78cf9y5g6aki9iw4dvhvva";
   };
 
   nativeBuildInputs = [ pkgconfig intltool iconnamingutils ];