pantheon.elementary-notifications: 8.1.1 -> 8.1.2

https://github.com/elementary/notifications/compare/8.1.1...8.1.2
This commit is contained in:
Bobby Rong
2025-11-26 21:28:50 +08:00
parent 61cf70612a
commit 66c5e95a76
@@ -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;