summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 11:55:30 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 11:55:30 -0700
commit2934f16553461f9afd90fdb1ce40b8a922053b23 (patch)
tree2d1b172707bc2bda33a1514fadb8a4a7dadb0e79 /pkgs/desktops
parent4627f0719dcc73ccd10d421b05af35170324971d (diff)
downloadnixlib-2934f16553461f9afd90fdb1ce40b8a922053b23.tar
nixlib-2934f16553461f9afd90fdb1ce40b8a922053b23.tar.gz
nixlib-2934f16553461f9afd90fdb1ce40b8a922053b23.tar.bz2
nixlib-2934f16553461f9afd90fdb1ce40b8a922053b23.tar.lz
nixlib-2934f16553461f9afd90fdb1ce40b8a922053b23.tar.xz
nixlib-2934f16553461f9afd90fdb1ce40b8a922053b23.tar.zst
nixlib-2934f16553461f9afd90fdb1ce40b8a922053b23.zip
mate.eom: 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/eom/versions.

These checks were done:

- built on NixOS
- /nix/store/lxzkljx1yfkgqxpqgrf710ic9iq4qv3z-eom-1.20.1/bin/eom passed the binary check.
- /nix/store/lxzkljx1yfkgqxpqgrf710ic9iq4qv3z-eom-1.20.1/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.20.1 with grep in /nix/store/lxzkljx1yfkgqxpqgrf710ic9iq4qv3z-eom-1.20.1
- directory tree listing: https://gist.github.com/b79b00c09fe3737a787425500dfcaf9e
- du listing: https://gist.github.com/4ff844a1cc38d84e737d23f9140417ca
Diffstat (limited to 'pkgs/desktops')
-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 23e167412919..4062d7c512ff 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.0";
+  version = "1.20.1";
 
   src = fetchurl {
     url = "http://pub.mate-desktop.org/releases/${mate.getRelease version}/${name}.tar.xz";
-    sha256 = "0320ph6cyh0m4cfyvky10j9prk2hry6rpm4jzgcn7ig03dnj4y0s";
+    sha256 = "0z9l96j0q637hw2mkcc2w737acl7g2c5brgrlk4h73hjamfmsdrm";
   };
 
   nativeBuildInputs = [