swaynotificationcenter: 0.10.1 -> 0.11.0
This commit is contained in:
parent
5e8ac67613
commit
508af1e866
@ -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 = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user