mate.mate-notification-daemon: 1.20.1 -> 1.20.2

This commit is contained in:
worldofpeace 2019-01-14 08:44:29 -05:00
parent 8ef194d7da
commit bd3e25849b
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "mate-notification-daemon-${version}";
version = "1.20.1";
version = "1.20.2";
src = fetchurl {
url = "http://pub.mate-desktop.org/releases/${mate.getRelease version}/${name}.tar.xz";
sha256 = "0hwswgc3i6d7zvmj0as95xjjw431spxkf1d37mxwaf6j80gx0p78";
sha256 = "0a60f67yjvlffrnviqgc64jz5l280f30h8br7wz2x415if5dmjyn";
};
nativeBuildInputs = [