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:32 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-14 20:48:32 +0200
commit33413ba38ab051e3c9721b99835375cb31861a04 (patch)
tree4824279aab57459d36aadf8eac09a0eb55d579e4 /pkgs/desktops/mate
parent0dd04a02835c1cbb1fc563a122d6cd9193c0750c (diff)
downloadnixlib-33413ba38ab051e3c9721b99835375cb31861a04.tar
nixlib-33413ba38ab051e3c9721b99835375cb31861a04.tar.gz
nixlib-33413ba38ab051e3c9721b99835375cb31861a04.tar.bz2
nixlib-33413ba38ab051e3c9721b99835375cb31861a04.tar.lz
nixlib-33413ba38ab051e3c9721b99835375cb31861a04.tar.xz
nixlib-33413ba38ab051e3c9721b99835375cb31861a04.tar.zst
nixlib-33413ba38ab051e3c9721b99835375cb31861a04.zip
mate.mate-menus: 1.20.1 -> 1.21.0 (#43183)
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-menus/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/3q42pbw9k7jimz7bjskcavl6lic263m5-mate-menus-1.21.0
- directory tree listing: https://gist.github.com/abc03dc52627bfc19e82224f6f78572a
- du listing: https://gist.github.com/45f9a8095638ecb7723fa12bab366074
Diffstat (limited to 'pkgs/desktops/mate')
-rw-r--r--pkgs/desktops/mate/mate-menus/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/mate/mate-menus/default.nix b/pkgs/desktops/mate/mate-menus/default.nix
index 9815952c5405..957da4504eb8 100644
--- a/pkgs/desktops/mate/mate-menus/default.nix
+++ b/pkgs/desktops/mate/mate-menus/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "mate-menus-${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 = "1p8pkw6aby2hq2liqrnsf3lvyn2jqamfbs83fv6q7clw5w179sy6";
+    sha256 = "168f7jgm4kbnx92xh3iqvvrgpkv1q862xg27zxg40nkz5xhk95hx";
   };
 
   nativeBuildInputs = [ pkgconfig intltool ];