mate.mate-sensors-applet: 1.20.2 -> 1.21.0 (#43185)

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.21.0 with grep in /nix/store/4l932vamscavmky2lgamncxphnyz3q5h-mate-sensors-applet-1.21.0
- directory tree listing: https://gist.github.com/c35172fcab62bda25f00c14783d252cd
- du listing: https://gist.github.com/458d0a68a4ec6d48c6798976072f2d53

authored by R. RyanTM and committed by xeji f735e88b d8fff2cc

+2 -2
+2 -2
pkgs/desktops/mate/mate-sensors-applet/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "mate-sensors-applet-${version}"; 5 - version = "1.20.2"; 5 + version = "1.21.0"; 6 6 7 7 src = fetchurl { 8 8 url = "http://pub.mate-desktop.org/releases/${mate.getRelease version}/${name}.tar.xz"; 9 - sha256 = "0khxzwjjf2gp9ma6ji0ynvvqlw6hhr8j4gff9klkrn60xbg5h16b"; 9 + sha256 = "1l84hfxz5qzipchxxi5whccq5d0kg9c8fxisar8pbckl6763b4dx"; 10 10 }; 11 11 12 12 nativeBuildInputs = [