summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 06:04:08 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 06:04:08 -0700
commit85ef610da01f1e800e14019f2df4c4f168eef458 (patch)
tree857202a6486c5413d8a816bbfbee692a8691f8b6 /pkgs/desktops
parent4627f0719dcc73ccd10d421b05af35170324971d (diff)
downloadnixlib-85ef610da01f1e800e14019f2df4c4f168eef458.tar
nixlib-85ef610da01f1e800e14019f2df4c4f168eef458.tar.gz
nixlib-85ef610da01f1e800e14019f2df4c4f168eef458.tar.bz2
nixlib-85ef610da01f1e800e14019f2df4c4f168eef458.tar.lz
nixlib-85ef610da01f1e800e14019f2df4c4f168eef458.tar.xz
nixlib-85ef610da01f1e800e14019f2df4c4f168eef458.tar.zst
nixlib-85ef610da01f1e800e14019f2df4c4f168eef458.zip
mate.mate-menus: 1.20.0 -> 1.20.1
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.20.1 with grep in /nix/store/9hfl9953if9wmc6y8zyw5wmx61ngi9lh-mate-menus-1.20.1
- directory tree listing: https://gist.github.com/c04722d4564c89227f336ed797444a78
- du listing: https://gist.github.com/9a8dc65709b3969980df3dc3b8ffcc4b
Diffstat (limited to 'pkgs/desktops')
-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 51263f0d74e7..9815952c5405 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.0";
+  version = "1.20.1";
 
   src = fetchurl {
     url = "http://pub.mate-desktop.org/releases/${mate.getRelease version}/${name}.tar.xz";
-    sha256 = "1w1k6kdabmabhpqvkizk1si6ri4rmspsbj0252ki834ml0dxpnhg";
+    sha256 = "1p8pkw6aby2hq2liqrnsf3lvyn2jqamfbs83fv6q7clw5w179sy6";
   };
 
   nativeBuildInputs = [ pkgconfig intltool ];