pantheon.elementary-notifications: 6.0.3 -> 7.0.0

https://github.com/elementary/notifications/releases/tag/7.0.0
This commit is contained in:
Bobby Rong 2023-07-04 12:04:22 +08:00
parent 497220bbb8
commit 82875aa714
No known key found for this signature in database

View File

@ -1,7 +1,6 @@
{ lib { lib
, stdenv , stdenv
, fetchFromGitHub , fetchFromGitHub
, fetchpatch
, nix-update-script , nix-update-script
, meson , meson
, ninja , ninja
@ -19,25 +18,15 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "elementary-notifications"; pname = "elementary-notifications";
version = "6.0.3"; version = "7.0.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "elementary"; owner = "elementary";
repo = "notifications"; repo = "notifications";
rev = version; rev = version;
sha256 = "sha256-B1wo1N4heG872klFJOBKOEds0+6aqtvkTGefi97bdU8="; sha256 = "sha256-i7fSKnP4W12cfax5IXm/Zgy5vP5z7S43S80gvzWpFCE=";
}; };
patches = [
# Backports https://github.com/elementary/notifications/pull/184
# Needed for https://github.com/elementary/wingpanel-indicator-notifications/pull/252
# Should be part of next bump
(fetchpatch {
url = "https://github.com/elementary/notifications/commit/bd159979dbe3dbe6f3f1da7acd8e0721cc20ef80.patch";
sha256 = "sha256-cOfeXwoMVgvbA29axyN7HtYKTgCtGxAPrB2PA/x8RKY=";
})
];
nativeBuildInputs = [ nativeBuildInputs = [
glib # for glib-compile-schemas glib # for glib-compile-schemas
meson meson