cage: 0.2.0 -> 0.2.1 (#447944)

This commit is contained in:
Nick Cao
2025-10-03 20:22:04 +00:00
committed by GitHub
+5 -5
View File
@@ -8,7 +8,7 @@
wayland-scanner,
scdoc,
makeWrapper,
wlroots_0_18,
wlroots_0_19,
wayland,
wayland-protocols,
pixman,
@@ -22,13 +22,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cage";
version = "0.2.0";
version = "0.2.1";
src = fetchFromGitHub {
owner = "cage-kiosk";
repo = "cage";
tag = "v${finalAttrs.version}";
hash = "sha256-2SFtz62z0EF8cpFTC6wGi125MD4a5mkXqP/C+7fH+3g=";
hash = "sha256-P9MhIl2YIE2hwT5Yr0Cpes5S12evb0aj9oOPLeehkw0=";
};
depsBuildBuild = [
@@ -45,7 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
];
buildInputs = [
wlroots_0_18
wlroots_0_19
wayland
wayland-protocols
pixman
@@ -55,7 +55,7 @@ stdenv.mkDerivation (finalAttrs: {
libX11
];
postFixup = lib.optionalString wlroots_0_18.enableXWayland ''
postFixup = lib.optionalString wlroots_0_19.enableXWayland ''
wrapProgram $out/bin/cage --prefix PATH : "${xwayland}/bin"
'';