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:39:16 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-08 23:39:16 +0200
commit3608b026dd270be55e373899241c59c1d493e776 (patch)
tree41ec20d44bf99e225bd8ad3ea29bd64dd14edb19 /pkgs/desktops/mate
parent1312f7dad358002f8ff2c48753c5d45b6beb5760 (diff)
downloadnixlib-3608b026dd270be55e373899241c59c1d493e776.tar
nixlib-3608b026dd270be55e373899241c59c1d493e776.tar.gz
nixlib-3608b026dd270be55e373899241c59c1d493e776.tar.bz2
nixlib-3608b026dd270be55e373899241c59c1d493e776.tar.lz
nixlib-3608b026dd270be55e373899241c59c1d493e776.tar.xz
nixlib-3608b026dd270be55e373899241c59c1d493e776.tar.zst
nixlib-3608b026dd270be55e373899241c59c1d493e776.zip
mate.mate-netbook: 1.20.0 -> 1.20.1 (#42982)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/w9xig0615w28s0nyrbawsfgkcrbk5ms9-mate-netbook-1.20.1/bin/mate-maximus had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/w9xig0615w28s0nyrbawsfgkcrbk5ms9-mate-netbook-1.20.1/bin/.mate-maximus-wrapped 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/w9xig0615w28s0nyrbawsfgkcrbk5ms9-mate-netbook-1.20.1
- directory tree listing: https://gist.github.com/807a897f629ab3591b06e1d44240a2bb
- du listing: https://gist.github.com/1924abc657411636ba23204706014b19
Diffstat (limited to 'pkgs/desktops/mate')
-rw-r--r--pkgs/desktops/mate/mate-netbook/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/mate/mate-netbook/default.nix b/pkgs/desktops/mate/mate-netbook/default.nix
index 508e1d359c9a..35a7f1dae610 100644
--- a/pkgs/desktops/mate/mate-netbook/default.nix
+++ b/pkgs/desktops/mate/mate-netbook/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "mate-netbook-${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 = "1w92kny1fnlwbq4b8y50n5s1vsvvl4xrvspsp9lqfxyz3jxiwbrz";
+    sha256 = "1ils0lav6j779kgz2py6zdalcfifpnp01clspbnkhb3v1ha1ncsq";
   };
 
   nativeBuildInputs = [