summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-23 21:15:24 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-23 21:15:24 -0700
commite9b71faf3d2fe767059d71596837265b2d7f4c3f (patch)
tree5f2c79d14cdacf1b688f4cfd535767bf0b351192
parent904114fdb85df99e5e9472c9f6fd6432dc4f9d74 (diff)
downloadnixlib-e9b71faf3d2fe767059d71596837265b2d7f4c3f.tar
nixlib-e9b71faf3d2fe767059d71596837265b2d7f4c3f.tar.gz
nixlib-e9b71faf3d2fe767059d71596837265b2d7f4c3f.tar.bz2
nixlib-e9b71faf3d2fe767059d71596837265b2d7f4c3f.tar.lz
nixlib-e9b71faf3d2fe767059d71596837265b2d7f4c3f.tar.xz
nixlib-e9b71faf3d2fe767059d71596837265b2d7f4c3f.tar.zst
nixlib-e9b71faf3d2fe767059d71596837265b2d7f4c3f.zip
mate.mate-sensors-applet: 1.20.1 -> 1.20.2
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-sensors-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.2 with grep in /nix/store/57vzc483bg7wbf8kx7xacsfyd2pa7d81-mate-sensors-applet-1.20.2
- directory tree listing: https://gist.github.com/b87e08ecd1269611cfc12caee03ec0a8
- du listing: https://gist.github.com/7ea36f0bc246d7aa8601097266a844c2
-rw-r--r--pkgs/desktops/mate/mate-sensors-applet/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/mate/mate-sensors-applet/default.nix b/pkgs/desktops/mate/mate-sensors-applet/default.nix
index d82cd4b073a2..b108a20d5f06 100644
--- a/pkgs/desktops/mate/mate-sensors-applet/default.nix
+++ b/pkgs/desktops/mate/mate-sensors-applet/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "mate-sensors-applet-${version}";
-  version = "1.20.1";
+  version = "1.20.2";
 
   src = fetchurl {
     url = "http://pub.mate-desktop.org/releases/${mate.getRelease version}/${name}.tar.xz";
-    sha256 = "0lnr3jjq30zw1i2rv5n69dhsa3x39lc91xcgbj4vyj1rxj9ff05x";
+    sha256 = "0khxzwjjf2gp9ma6ji0ynvvqlw6hhr8j4gff9klkrn60xbg5h16b";
   };
 
   nativeBuildInputs = [