summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-14 11:48:01 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-14 20:48:01 +0200
commitc566d53489f4f0305b3261770b610b66115a1eed (patch)
tree5b49cd006c3e9c444fa58a3980f400deba0cab8d
parente2799bec4dd3d90d34d52ad1ea2ac15f84ba199a (diff)
downloadnixlib-c566d53489f4f0305b3261770b610b66115a1eed.tar
nixlib-c566d53489f4f0305b3261770b610b66115a1eed.tar.gz
nixlib-c566d53489f4f0305b3261770b610b66115a1eed.tar.bz2
nixlib-c566d53489f4f0305b3261770b610b66115a1eed.tar.lz
nixlib-c566d53489f4f0305b3261770b610b66115a1eed.tar.xz
nixlib-c566d53489f4f0305b3261770b610b66115a1eed.tar.zst
nixlib-c566d53489f4f0305b3261770b610b66115a1eed.zip
mate.mate-settings-daemon: 1.20.3 -> 1.21.0 (#43177)
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-settings-daemon/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.21.0 with grep in /nix/store/vl1l0mhq9d8rdrsk7x9jlwkm4va2fgkd-mate-settings-daemon-1.21.0
- directory tree listing: https://gist.github.com/147e77ed6eab9ee14d1ce2dd1228a1ec
- du listing: https://gist.github.com/63c6df92545f5c99dbbcce75dcb3f7c5
-rw-r--r--pkgs/desktops/mate/mate-settings-daemon/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/mate/mate-settings-daemon/default.nix b/pkgs/desktops/mate/mate-settings-daemon/default.nix
index cf63e3e69d94..6a24e67d2c70 100644
--- a/pkgs/desktops/mate/mate-settings-daemon/default.nix
+++ b/pkgs/desktops/mate/mate-settings-daemon/default.nix
@@ -4,11 +4,11 @@
 
 stdenv.mkDerivation rec {
   name = "mate-settings-daemon-${version}";
-  version = "1.20.3";
+  version = "1.21.0";
 
   src = fetchurl {
     url = "http://pub.mate-desktop.org/releases/${mate.getRelease version}/${name}.tar.xz";
-    sha256 = "018f2yg4jd6hy0z7ks0s3jyjgpyi3vhd9j61951v5lb1x8ckzxhk";
+    sha256 = "1k0xbwxpv3wfl7z3hgaf2ylzaz3aky4j7awdy8cfgxr0d6nqhp3w";
   };
 
   nativeBuildInputs = [