swaynotificationcenter: 0.10.1 -> 0.11.0

This commit is contained in:
Myned 2025-04-30 18:31:44 -05:00
parent 5e8ac67613
commit 508af1e866
No known key found for this signature in database
GPG Key ID: C7224454F7881A34

View File

@ -26,6 +26,7 @@
python3,
scdoc,
vala,
wayland-scanner,
xvfb-run,
sassc,
pantheon,
@ -33,13 +34,13 @@
stdenv.mkDerivation (finalAttrs: rec {
pname = "SwayNotificationCenter";
version = "0.10.1";
version = "0.11.0";
src = fetchFromGitHub {
owner = "ErikReider";
repo = pname;
rev = "v${version}";
hash = "sha256-SR3FfEit50y4XSCLh3raUoigRNXpxh0mk4qLhQ/FozM=";
hash = "sha256-kRawYbBLVx0ie4t7tChkA8QJShS83fUcGrJSKkxBy8Q=";
};
# build pkg-config is required to locate the native `scdoc` input
@ -77,6 +78,7 @@ stdenv.mkDerivation (finalAttrs: rec {
librsvg
pantheon.granite
# systemd # ends with broken permission
wayland-scanner
];
postPatch = ''