summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 04:57:43 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 04:57:43 -0700
commit32aeaf488882aa4473aeefb20697338d969065a6 (patch)
tree483191ec270b8a600c7bf77b6349abca9cb61df0 /pkgs/desktops
parent4627f0719dcc73ccd10d421b05af35170324971d (diff)
downloadnixlib-32aeaf488882aa4473aeefb20697338d969065a6.tar
nixlib-32aeaf488882aa4473aeefb20697338d969065a6.tar.gz
nixlib-32aeaf488882aa4473aeefb20697338d969065a6.tar.bz2
nixlib-32aeaf488882aa4473aeefb20697338d969065a6.tar.lz
nixlib-32aeaf488882aa4473aeefb20697338d969065a6.tar.xz
nixlib-32aeaf488882aa4473aeefb20697338d969065a6.tar.zst
nixlib-32aeaf488882aa4473aeefb20697338d969065a6.zip
mate.mate-notification-daemon: 1.20.0 -> 1.20.1
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-notification-daemon/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/fgg4hxmh9x48wbxh0y07593193427q3n-mate-notification-daemon-1.20.1/bin/mate-notification-properties had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/fgg4hxmh9x48wbxh0y07593193427q3n-mate-notification-daemon-1.20.1/bin/.mate-notification-properties-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/fgg4hxmh9x48wbxh0y07593193427q3n-mate-notification-daemon-1.20.1
- directory tree listing: https://gist.github.com/7f852125c1c6ce059b96b1278be2dc41
- du listing: https://gist.github.com/2fda2f0e9255e9383b2611f3eb16f78c
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/mate/mate-notification-daemon/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/mate/mate-notification-daemon/default.nix b/pkgs/desktops/mate/mate-notification-daemon/default.nix
index 59df2b7d59bd..748a45eda79c 100644
--- a/pkgs/desktops/mate/mate-notification-daemon/default.nix
+++ b/pkgs/desktops/mate/mate-notification-daemon/default.nix
@@ -3,11 +3,11 @@
 
 stdenv.mkDerivation rec {
   name = "mate-notification-daemon-${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 = "0dq457npzid20yfwigdh8gfqgf5wv8p6jhbxfnzybam9xidlqc5f";
+    sha256 = "0hwswgc3i6d7zvmj0as95xjjw431spxkf1d37mxwaf6j80gx0p78";
   };
 
   nativeBuildInputs = [