about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2024-09-28 13:46:04 +0800
committerGitHub <noreply@github.com>2024-09-28 13:46:04 +0800
commit466e56002a3fd115de38cc17ec07028ff2bc390c (patch)
tree2d88eed5ac2b790c6bb9e730d5a78a74a3733eb6 /pkgs/desktops
parent674c08fadc3b86b345d6e923165361bdc6225b33 (diff)
parentfffa3af2bcd84dfc0f746ea7a4d7ca6ed0ca3135 (diff)
mate.mate-notification-daemon: 1.28.0 -> 1.28.1 (#344897)
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 6ac2b8abaa5dd..eeb65991b605d 100644
--- a/pkgs/desktops/mate/mate-notification-daemon/default.nix
+++ b/pkgs/desktops/mate/mate-notification-daemon/default.nix
@@ -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 = [