summary refs log tree commit diff
path: root/pkgs/desktops/mate/mate-utils
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-04 15:20:34 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-05 00:20:34 +0200
commit8583433612a961b724647d62ac9a2a377de0d811 (patch)
treec0b25105ffcee52c6ce0a5dc638a11b203dd1608 /pkgs/desktops/mate/mate-utils
parent84bf82aa26018b8ec78c0d3e64ee33fcdbe95837 (diff)
downloadnixpkgs-8583433612a961b724647d62ac9a2a377de0d811.tar
nixpkgs-8583433612a961b724647d62ac9a2a377de0d811.tar.gz
nixpkgs-8583433612a961b724647d62ac9a2a377de0d811.tar.bz2
nixpkgs-8583433612a961b724647d62ac9a2a377de0d811.tar.lz
nixpkgs-8583433612a961b724647d62ac9a2a377de0d811.tar.xz
nixpkgs-8583433612a961b724647d62ac9a2a377de0d811.tar.zst
nixpkgs-8583433612a961b724647d62ac9a2a377de0d811.zip
mate.mate-utils: 1.20.0 -> 1.20.1 (#42695)
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-utils/versions.

These checks were done:

- built on NixOS
- /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/bin/mate-disk-usage-analyzer passed the binary check.
- /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/bin/mate-dictionary passed the binary check.
- /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/bin/mate-screenshot passed the binary check.
- /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/bin/.mate-panel-screenshot-wrapped passed the binary check.
- /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/bin/mate-panel-screenshot passed the binary check.
- /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/bin/mate-search-tool passed the binary check.
- /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/bin/mate-system-log passed the binary check.
- /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/bin/.mate-disk-usage-analyzer-wrapped passed the binary check.
- /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/bin/.mate-dictionary-wrapped passed the binary check.
- /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/bin/.mate-screenshot-wrapped passed the binary check.
- /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/bin/.mate-search-tool-wrapped passed the binary check.
- /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/bin/.mate-system-log-wrapped passed the binary check.
- 12 of 12 passed binary check by having a zero exit code.
- 0 of 12 passed binary check by having the new version present in output.
- found 1.20.1 with grep in /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1
- directory tree listing: https://gist.github.com/8cb9202f30b7105e2012297242f111b8
- du listing: https://gist.github.com/17fa7b867be34487fd7b5dac2e2b6924
Diffstat (limited to 'pkgs/desktops/mate/mate-utils')
-rw-r--r--pkgs/desktops/mate/mate-utils/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/mate/mate-utils/default.nix b/pkgs/desktops/mate/mate-utils/default.nix
index f96eecb0a4e..8ea8ab33700 100644
--- a/pkgs/desktops/mate/mate-utils/default.nix
+++ b/pkgs/desktops/mate/mate-utils/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "mate-utils-${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 = "10a6k8gi7cajlkbj1jbvk3s633hw58lan3rc85v8jlrkwm7wmhpl";
+    sha256 = "1kr0612h6r2gj3yg4ccyzr844lh640cd4wdj3gl8qzqikjx0n7ka";
   };
 
   nativeBuildInputs = [