about summary refs log tree commit diff
path: root/pkgs/desktops/mate/mate-icon-theme/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-08 15:01:20 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-09 00:01:20 +0200
commit70b33f3883a09aa474817ef5821193dfb3089d79 (patch)
treee4ffa5d10cda9cec1ab52d58c3c7d33537459fe8 /pkgs/desktops/mate/mate-icon-theme/default.nix
parentc51c1ababafbd1d3e96a786e1fcf19f69e79bc0c (diff)
downloadnixlib-70b33f3883a09aa474817ef5821193dfb3089d79.tar
nixlib-70b33f3883a09aa474817ef5821193dfb3089d79.tar.gz
nixlib-70b33f3883a09aa474817ef5821193dfb3089d79.tar.bz2
nixlib-70b33f3883a09aa474817ef5821193dfb3089d79.tar.lz
nixlib-70b33f3883a09aa474817ef5821193dfb3089d79.tar.xz
nixlib-70b33f3883a09aa474817ef5821193dfb3089d79.tar.zst
nixlib-70b33f3883a09aa474817ef5821193dfb3089d79.zip
mate.mate-icon-theme: 1.20.1 -> 1.21.0 (#42995)
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.21.0 with grep in /nix/store/6l3n1r4zfs999z3hk768r0ir72xqghsc-mate-icon-theme-1.21.0
- directory tree listing: https://gist.github.com/0653508a8f0a6c74d6329c9d19c2072c
- du listing: https://gist.github.com/85fd2cc12b0cb6c3fe4e84a742736952
Diffstat (limited to 'pkgs/desktops/mate/mate-icon-theme/default.nix')
-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 115384584a68..c18dd7783809 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.1";
+  version = "1.21.0";
 
   src = fetchurl {
     url = "http://pub.mate-desktop.org/releases/${mate.getRelease version}/${name}.tar.xz";
-    sha256 = "1xzlwmwz1jnksa4rs0smkxhqv3j50y78cf9y5g6aki9iw4dvhvva";
+    sha256 = "170vir6h9sgsibd4kfq5qgz542qrw94q3qakqry77clls5wj6b62";
   };
 
   nativeBuildInputs = [ pkgconfig intltool iconnamingutils ];