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:
parent
9952d6bc39
commit
2a251817f4
1 changed files with 7 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue