summary refs log tree commit diff
path: root/pkgs/desktops/mate/mozo/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-04 15:19:29 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-05 00:19:29 +0200
commit6983256418a6acdff5ec16259be01d0d02e659bf (patch)
treeb126c0498a5ee1297685ef059ff1d488dd52590e /pkgs/desktops/mate/mozo/default.nix
parented5a676c7a2db7c1fbcf13f1908c6e8a4fbc37be (diff)
downloadnixpkgs-6983256418a6acdff5ec16259be01d0d02e659bf.tar
nixpkgs-6983256418a6acdff5ec16259be01d0d02e659bf.tar.gz
nixpkgs-6983256418a6acdff5ec16259be01d0d02e659bf.tar.bz2
nixpkgs-6983256418a6acdff5ec16259be01d0d02e659bf.tar.lz
nixpkgs-6983256418a6acdff5ec16259be01d0d02e659bf.tar.xz
nixpkgs-6983256418a6acdff5ec16259be01d0d02e659bf.tar.zst
nixpkgs-6983256418a6acdff5ec16259be01d0d02e659bf.zip
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
Diffstat (limited to 'pkgs/desktops/mate/mozo/default.nix')
-rw-r--r--pkgs/desktops/mate/mozo/default.nix4
1 files changed, 2 insertions, 2 deletions
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 ];