summary refs log tree commit diff
path: root/pkgs/desktops/mate
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-14 11:48:19 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-14 20:48:19 +0200
commit0dd04a02835c1cbb1fc563a122d6cd9193c0750c (patch)
treedd73a0b3c686e9bdc9ff8034077d081490d463ef /pkgs/desktops/mate
parentc566d53489f4f0305b3261770b610b66115a1eed (diff)
downloadnixpkgs-0dd04a02835c1cbb1fc563a122d6cd9193c0750c.tar
nixpkgs-0dd04a02835c1cbb1fc563a122d6cd9193c0750c.tar.gz
nixpkgs-0dd04a02835c1cbb1fc563a122d6cd9193c0750c.tar.bz2
nixpkgs-0dd04a02835c1cbb1fc563a122d6cd9193c0750c.tar.lz
nixpkgs-0dd04a02835c1cbb1fc563a122d6cd9193c0750c.tar.xz
nixpkgs-0dd04a02835c1cbb1fc563a122d6cd9193c0750c.tar.zst
nixpkgs-0dd04a02835c1cbb1fc563a122d6cd9193c0750c.zip
mate.mate-applets: 1.20.2 -> 1.21.0 (#43176)
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-applets/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/6q9mwpgw42jld019cnn6ka513c8zw1sc-mate-applets-1.21.0/bin/mate-cpufreq-selector had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/6q9mwpgw42jld019cnn6ka513c8zw1sc-mate-applets-1.21.0/bin/.mate-cpufreq-selector-wrapped had a zero exit code or showed the expected version
- 0 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/6q9mwpgw42jld019cnn6ka513c8zw1sc-mate-applets-1.21.0
- directory tree listing: https://gist.github.com/a0ab2cac21cf6cae44f410df2b5c6284
- du listing: https://gist.github.com/0c9f7376cb17ad1d5e2a1bce03520edc
Diffstat (limited to 'pkgs/desktops/mate')
-rw-r--r--pkgs/desktops/mate/mate-applets/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/mate/mate-applets/default.nix b/pkgs/desktops/mate/mate-applets/default.nix
index f154829c4cb..eda4e9b05bc 100644
--- a/pkgs/desktops/mate/mate-applets/default.nix
+++ b/pkgs/desktops/mate/mate-applets/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "mate-applets-${version}";
-  version = "1.20.2";
+  version = "1.21.0";
 
   src = fetchurl {
     url = "http://pub.mate-desktop.org/releases/${mate.getRelease version}/${name}.tar.xz";
-    sha256 = "0c860yxbphpvci281gj78ipw1rvcka4rr0bxwvg0nkpangdhj9ls";
+    sha256 = "0jr66xrwjrlyh4hz6h5axh96pgxm8n1xyc0rmggah2fijs940rsb";
   };
 
   nativeBuildInputs = [