swaynotificationcenter: 0.12.0 -> 0.12.1 (#425896)

This commit is contained in:
Peder Bergebakken Sundt 2025-07-18 22:36:47 +02:00 committed by GitHub
commit 82a3319a68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,17 +31,18 @@
xvfb-run,
sassc,
pantheon,
nix-update-script,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "SwayNotificationCenter";
version = "0.12.0";
version = "0.12.1";
src = fetchFromGitHub {
owner = "ErikReider";
repo = "SwayNotificationCenter";
tag = "v${finalAttrs.version}";
hash = "sha256-F7fccUaQUSHHqXO0lvnW1H3Af2YTQwQ17rNFhprgFz4=";
hash = "sha256-4DDlQRHG90ee4Tu9y0lkY6hZxhPFyJmacbWJMErfFlk=";
};
# build pkg-config is required to locate the native `scdoc` input
@ -93,6 +94,7 @@ stdenv.mkDerivation (finalAttrs: {
package = finalAttrs.finalPackage;
command = "${xvfb-run}/bin/xvfb-run swaync --version";
};
passthru.updateScript = nix-update-script { };
meta = {
description = "Simple notification daemon with a GUI built for Sway";