swaynotificationcenter: 0.10.1 -> 0.11.0 (#403188)

This commit is contained in:
Peder Bergebakken Sundt
2025-05-05 00:38:25 +02:00
committed by GitHub
@@ -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 = ''