mate.mate-notification-daemon: 1.28.0 -> 1.28.1

https://github.com/mate-desktop/mate-notification-daemon/compare/v1.28.0...v1.28.1
This commit is contained in:
Bobby Rong 2024-09-27 14:00:09 +00:00
parent 30439d93eb
commit fffa3af2bc
No known key found for this signature in database

View File

@ -18,11 +18,11 @@
stdenv.mkDerivation rec {
pname = "mate-notification-daemon";
version = "1.28.0";
version = "1.28.1";
src = fetchurl {
url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "pDEDSOrYZsvLm0xGP00mXMapahp4KpQRoIsjvWXbsuA=";
hash = "sha256-//71U76hW+z/XtQNZOGMI9O2ScRZnMHrHoL3BTOFOzQ=";
};
nativeBuildInputs = [