swaynotificationcenter: 0.7.3 -> 0.8.0

Bumps to new version, including thsese changes:
- Includes new deps: libgee and libpulseaudio;
- Adds meta.changelog;
- Release changelog: https://github.com/ErikReider/SwayNotificationCenter/releases/tag/v0.8.0
- Full changelog: https://github.com/ErikReider/SwayNotificationCenter/compare/v0.7.3...v0.8.0
This commit is contained in:
PedroHLC ☭ 2023-02-26 10:37:30 -03:00
parent 9952d6bc39
commit 2a251817f4
No known key found for this signature in database
GPG key ID: DF4C6898CBDC6DF5

View file

@ -13,7 +13,9 @@
, gtk-layer-shell
, gtk3
, json-glib
, libgee
, libhandy
, libpulseaudio
, librsvg
, meson
, ninja
@ -26,13 +28,13 @@
stdenv.mkDerivation (finalAttrs: rec {
pname = "SwayNotificationCenter";
version = "0.7.3";
version = "0.8.0";
src = fetchFromGitHub {
owner = "ErikReider";
repo = "SwayNotificationCenter";
rev = "v${version}";
hash = "sha256-RU6zzhRu7YK+zcazxj2wZ5vSwLwlilBaG9l+rEstefc=";
hash = "sha256-E9CjNx/xzkkOZ39XbfIb1nJFheZVFpj/lwmITKtpb7A=";
};
nativeBuildInputs = [
@ -58,7 +60,9 @@ stdenv.mkDerivation (finalAttrs: rec {
gtk-layer-shell
gtk3
json-glib
libgee
libhandy
libpulseaudio
librsvg
# systemd # ends with broken permission
];
@ -76,6 +80,7 @@ stdenv.mkDerivation (finalAttrs: rec {
meta = with lib; {
description = "Simple notification daemon with a GUI built for Sway";
homepage = "https://github.com/ErikReider/SwayNotificationCenter";
changelog = "https://github.com/ErikReider/SwayNotificationCenter/releases/tag/v${version}";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ berbiche pedrohlc ];