summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-08 14:55:21 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-08 23:55:21 +0200
commitc51c1ababafbd1d3e96a786e1fcf19f69e79bc0c (patch)
tree63de6ec5e0649e83899255adcc446ea695c142ff
parent04d115b5c9a2a678f22305258e8996f3c9324bc9 (diff)
downloadnixpkgs-c51c1ababafbd1d3e96a786e1fcf19f69e79bc0c.tar
nixpkgs-c51c1ababafbd1d3e96a786e1fcf19f69e79bc0c.tar.gz
nixpkgs-c51c1ababafbd1d3e96a786e1fcf19f69e79bc0c.tar.bz2
nixpkgs-c51c1ababafbd1d3e96a786e1fcf19f69e79bc0c.tar.lz
nixpkgs-c51c1ababafbd1d3e96a786e1fcf19f69e79bc0c.tar.xz
nixpkgs-c51c1ababafbd1d3e96a786e1fcf19f69e79bc0c.tar.zst
nixpkgs-c51c1ababafbd1d3e96a786e1fcf19f69e79bc0c.zip
mate.mate-indicator-applet: 1.20.0 -> 1.20.1 (#42992)
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-indicator-applet/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/4rwi8vc4kgvyybi0zjhg67mgqcmdibmq-mate-indicator-applet-1.20.1
- directory tree listing: https://gist.github.com/74f8c4b3af8ba029ade3f3d8561f5014
- du listing: https://gist.github.com/912f8a89025d3eed3952f3fb153bbcb4
-rw-r--r--pkgs/desktops/mate/mate-indicator-applet/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/mate/mate-indicator-applet/default.nix b/pkgs/desktops/mate/mate-indicator-applet/default.nix
index 512327c0620..c099d070221 100644
--- a/pkgs/desktops/mate/mate-indicator-applet/default.nix
+++ b/pkgs/desktops/mate/mate-indicator-applet/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "mate-indicator-applet-${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 = "1fc6j5dnxghpgz8xbf5p8j2jprk97q4q3ajkh6sg5l71gqlnampg";
+    sha256 = "0gxis834w8h33xmrx335jjad2xaqpkamirl0x4j7wsk4zs25jkyd";
   };
 
   nativeBuildInputs = [