1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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
This commit is contained in:
R. RyanTM 2018-07-04 15:19:29 -07:00 committed by xeji
parent ed5a676c7a
commit 6983256418

View file

@ -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 ];