summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-08 14:38:43 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-08 23:38:43 +0200
commit1312f7dad358002f8ff2c48753c5d45b6beb5760 (patch)
tree1907a2b3d46d068a5ac7597ac6ff809f6ae050a6
parentb9354793219fa4eea6e5e8aeb5df6d1e366f9123 (diff)
downloadnixlib-1312f7dad358002f8ff2c48753c5d45b6beb5760.tar
nixlib-1312f7dad358002f8ff2c48753c5d45b6beb5760.tar.gz
nixlib-1312f7dad358002f8ff2c48753c5d45b6beb5760.tar.bz2
nixlib-1312f7dad358002f8ff2c48753c5d45b6beb5760.tar.lz
nixlib-1312f7dad358002f8ff2c48753c5d45b6beb5760.tar.xz
nixlib-1312f7dad358002f8ff2c48753c5d45b6beb5760.tar.zst
nixlib-1312f7dad358002f8ff2c48753c5d45b6beb5760.zip
mate.mate-user-share: 1.20.0 -> 1.20.1 (#42981)
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-user-share/versions.

These checks were done:

- built on NixOS
- /nix/store/9g73a9gpa3ddsvkzfzwx1hqv7m94mh2q-mate-user-share-1.20.1/bin/mate-file-share-properties passed the binary check.
- /nix/store/9g73a9gpa3ddsvkzfzwx1hqv7m94mh2q-mate-user-share-1.20.1/bin/.mate-file-share-properties-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/9g73a9gpa3ddsvkzfzwx1hqv7m94mh2q-mate-user-share-1.20.1
- directory tree listing: https://gist.github.com/51b81abb3d9b6a416984b6ee3ee536e9
- du listing: https://gist.github.com/04b8e2188f0bb4a452b0730f6731d102
-rw-r--r--pkgs/desktops/mate/mate-user-share/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/mate/mate-user-share/default.nix b/pkgs/desktops/mate/mate-user-share/default.nix
index 23123fd2db1a..9baa3f24e038 100644
--- a/pkgs/desktops/mate/mate-user-share/default.nix
+++ b/pkgs/desktops/mate/mate-user-share/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "mate-user-share-${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 = "0lv5ndjk2br4w7cw8gsgj7aa2iadxv7m4wii4c49pajmd950iff2";
+    sha256 = "0v5xilk978zl5443vlxf25z8z1g5sw9xl5sq76gvrmdlz2parfrn";
   };
 
   nativeBuildInputs = [