labwc: 0.8.4 -> 0.9.0
Diff: https://github.com/labwc/labwc/compare/refs/tags/0.8.4...refs/tags/0.9.0 Changelog: https://github.com/labwc/labwc/blob/master/NEWS.md
This commit is contained in:
parent
33b5d24006
commit
64dc849bcc
@ -22,20 +22,20 @@
|
|||||||
wayland,
|
wayland,
|
||||||
wayland-protocols,
|
wayland-protocols,
|
||||||
wayland-scanner,
|
wayland-scanner,
|
||||||
wlroots_0_18,
|
wlroots_0_19,
|
||||||
xcbutilwm,
|
xcbutilwm,
|
||||||
xwayland,
|
xwayland,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "labwc";
|
pname = "labwc";
|
||||||
version = "0.8.4";
|
version = "0.9.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "labwc";
|
owner = "labwc";
|
||||||
repo = "labwc";
|
repo = "labwc";
|
||||||
tag = finalAttrs.version;
|
tag = finalAttrs.version;
|
||||||
hash = "sha256-JeEw1xKwgsTMllZXvNaXXdgmZnmIFUyG/cJ14QFQf/E=";
|
hash = "sha256-7PgRbOSxU7v49dcTuke7V/Xa42baw79iMvfnCOYx4qU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [
|
outputs = [
|
||||||
@ -67,7 +67,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
pango
|
pango
|
||||||
wayland
|
wayland
|
||||||
wayland-protocols
|
wayland-protocols
|
||||||
wlroots_0_18
|
wlroots_0_19
|
||||||
xcbutilwm
|
xcbutilwm
|
||||||
xwayland
|
xwayland
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user