From 66c5e95a76a6a2d0df90c0e8e12fff6bd74aa574 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Wed, 26 Nov 2025 21:13:10 +0800 Subject: [PATCH] pantheon.elementary-notifications: 8.1.1 -> 8.1.2 https://github.com/elementary/notifications/compare/8.1.1...8.1.2 --- .../pantheon/services/elementary-notifications/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/desktops/pantheon/services/elementary-notifications/default.nix b/pkgs/desktops/pantheon/services/elementary-notifications/default.nix index f3c77bfff64e..94727dbc6ce1 100644 --- a/pkgs/desktops/pantheon/services/elementary-notifications/default.nix +++ b/pkgs/desktops/pantheon/services/elementary-notifications/default.nix @@ -18,13 +18,13 @@ stdenv.mkDerivation rec { pname = "elementary-notifications"; - version = "8.1.1"; + version = "8.1.2"; src = fetchFromGitHub { owner = "elementary"; repo = "notifications"; tag = version; - hash = "sha256-V884jv7bleDMsuZDkodyeNBhStIoNPNxfT6mz1YjHXE="; + hash = "sha256-qod76RSsCO9NvjnYTLRW6P1UyR1K6Uu9fEjU2WgHUWk="; }; strictDeps = true;