From 6983256418a6acdff5ec16259be01d0d02e659bf Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Wed, 4 Jul 2018 15:19:29 -0700 Subject: mate.mozo: 1.20.0 -> 1.20.1 (#42691) Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mozo/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/i8ksqdhh5n0sc85vywha6l85irpdhiai-mozo-1.20.1/bin/.mozo-wrapped had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/i8ksqdhh5n0sc85vywha6l85irpdhiai-mozo-1.20.1/bin/mozo had a zero exit code or showed the expected version - 0 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/i8ksqdhh5n0sc85vywha6l85irpdhiai-mozo-1.20.1 - directory tree listing: https://gist.github.com/8bf22748318bb6d4602593cba6558491 - du listing: https://gist.github.com/00c4d9e916dce5eab7e6917ad856008d --- pkgs/desktops/mate/mozo/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/desktops') diff --git a/pkgs/desktops/mate/mozo/default.nix b/pkgs/desktops/mate/mozo/default.nix index e98d16d774e..387df5d45b3 100644 --- a/pkgs/desktops/mate/mozo/default.nix +++ b/pkgs/desktops/mate/mozo/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { name = "mozo-${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 = "1108avdappfjadd46ld7clhh5m9f4b5khl5y33l377m8ky9dy87g"; + sha256 = "16rkwbq385i2acll0kcsnp4ghdyljylhp06bjdsvbwv6bjspyyrp"; }; pythonPath = [ mate.mate-menus pythonPackages.pygobject3 ]; -- cgit 1.4.1