summary refs log tree commit diff
path: root/pkgs/desktops/mate/mate-system-monitor
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-14 11:44:43 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-14 20:44:43 +0200
commitd8fff2cc0e7d85552903384217b2bb0b44cfbbe6 (patch)
treef72d07b92ebfad8a9b739ad64d42199073129e52 /pkgs/desktops/mate/mate-system-monitor
parentfb646ae2059a5009b3074e98ac2922c81294435b (diff)
downloadnixlib-d8fff2cc0e7d85552903384217b2bb0b44cfbbe6.tar
nixlib-d8fff2cc0e7d85552903384217b2bb0b44cfbbe6.tar.gz
nixlib-d8fff2cc0e7d85552903384217b2bb0b44cfbbe6.tar.bz2
nixlib-d8fff2cc0e7d85552903384217b2bb0b44cfbbe6.tar.lz
nixlib-d8fff2cc0e7d85552903384217b2bb0b44cfbbe6.tar.xz
nixlib-d8fff2cc0e7d85552903384217b2bb0b44cfbbe6.tar.zst
nixlib-d8fff2cc0e7d85552903384217b2bb0b44cfbbe6.zip
mate.mate-system-monitor: 1.20.1 -> 1.21.0 (#43187)
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-system-monitor/versions.

These checks were done:

- built on NixOS
- /nix/store/r2kdrj4kv3ljxdv8l9m6k5ihpij628s5-mate-system-monitor-1.21.0/bin/mate-system-monitor passed the binary check.
- /nix/store/r2kdrj4kv3ljxdv8l9m6k5ihpij628s5-mate-system-monitor-1.21.0/bin/.mate-system-monitor-wrapped passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 1.21.0 with grep in /nix/store/r2kdrj4kv3ljxdv8l9m6k5ihpij628s5-mate-system-monitor-1.21.0
- directory tree listing: https://gist.github.com/f4f7bd0ff2528925fb7906a6dba7a165
- du listing: https://gist.github.com/a529d5cc92ba18328a47ad40d4a87b2a
Diffstat (limited to 'pkgs/desktops/mate/mate-system-monitor')
-rw-r--r--pkgs/desktops/mate/mate-system-monitor/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/mate/mate-system-monitor/default.nix b/pkgs/desktops/mate/mate-system-monitor/default.nix
index 0dc21f276732..0f281cfc004e 100644
--- a/pkgs/desktops/mate/mate-system-monitor/default.nix
+++ b/pkgs/desktops/mate/mate-system-monitor/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "mate-system-monitor-${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 = "1a68il7pbch5028fm2caxyjkfrdc6ixhqnaspbwfziw6y8p9bscn";
+    sha256 = "0filf6qyw4fk45br3cridbqdngwl525z49zn36r7q4agzhny4phz";
   };
 
   nativeBuildInputs = [