summary refs log tree commit diff
path: root/pkgs/desktops/mate
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-08 14:35:03 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-08 23:35:03 +0200
commit6e7bbcabfd0f568dc4f8232655340fb033c7701b (patch)
tree1083546a095e25ebb652d88f21ebde3bc6ddeb25 /pkgs/desktops/mate
parent4b9985c66853c3c5c34044188be5c81bbfd321b5 (diff)
downloadnixlib-6e7bbcabfd0f568dc4f8232655340fb033c7701b.tar
nixlib-6e7bbcabfd0f568dc4f8232655340fb033c7701b.tar.gz
nixlib-6e7bbcabfd0f568dc4f8232655340fb033c7701b.tar.bz2
nixlib-6e7bbcabfd0f568dc4f8232655340fb033c7701b.tar.lz
nixlib-6e7bbcabfd0f568dc4f8232655340fb033c7701b.tar.xz
nixlib-6e7bbcabfd0f568dc4f8232655340fb033c7701b.tar.zst
nixlib-6e7bbcabfd0f568dc4f8232655340fb033c7701b.zip
mate.eom: 1.20.1 -> 1.21.0 (#43028)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/eom/versions.

These checks were done:

- built on NixOS
- /nix/store/hk60glvzvq8psbzxj585dy6q6dhyl0ig-eom-1.21.0/bin/eom passed the binary check.
- /nix/store/hk60glvzvq8psbzxj585dy6q6dhyl0ig-eom-1.21.0/bin/.eom-wrapped passed the binary check.
- 2 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/hk60glvzvq8psbzxj585dy6q6dhyl0ig-eom-1.21.0
- directory tree listing: https://gist.github.com/c4f2ea89bae8c82147f2b52c14253958
- du listing: https://gist.github.com/bd1cfd9e324adb177aa55542d4ac27ac
Diffstat (limited to 'pkgs/desktops/mate')
-rw-r--r--pkgs/desktops/mate/eom/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/mate/eom/default.nix b/pkgs/desktops/mate/eom/default.nix
index 4062d7c512ff..ee297237f6e0 100644
--- a/pkgs/desktops/mate/eom/default.nix
+++ b/pkgs/desktops/mate/eom/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "eom-${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 = "0z9l96j0q637hw2mkcc2w737acl7g2c5brgrlk4h73hjamfmsdrm";
+    sha256 = "165n314hxapq8glzlv7vs5x44z13wjmpysl5p7q3ckrsxy5pczww";
   };
 
   nativeBuildInputs = [