mate.mate-notification-daemon: 1.28.0 -> 1.28.1 (#344897)

This commit is contained in:
Bobby Rong 2024-09-28 13:46:04 +08:00 committed by GitHub
commit 466e56002a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [