Unverified Commit 3ff3858d authored by rewine's avatar rewine Committed by GitHub
Browse files

waybox: 0.2.2 -> 0.2.2-unstable-2026-01-03 (#487849)

parents ac13b267 0c47ed8c
Loading
Loading
Loading
Loading
+9 −5
Original line number Diff line number Diff line
@@ -17,20 +17,24 @@
  wayland,
  wayland-protocols,
  wayland-scanner,
  wlroots_0_17,
  wlroots_0_19,
}:

stdenv.mkDerivation (finalAttrs: {
  pname = "waybox";
  version = "0.2.2";
  version = "0.2.2-unstable-2026-01-03"; # To remove dependency on wlroots_0_17, switch to stable in next release

  src = fetchFromGitHub {
    owner = "wizbright";
    repo = "waybox";
    rev = finalAttrs.version;
    hash = "sha256-hAXS9laDfigWR2pfNmdPiOeez3NpTIuKHnpeQyYa9IQ=";
    rev = "044ce8f7c05720a319984eb569ee713923637940";
    hash = "sha256-xrjOZzexQSPTKsQstMa0/UYX5A70N5zkO3NIBDnEy68=";
  };

  depsBuildBuild = [
    pkg-config
  ];

  nativeBuildInputs = [
    cmake
    meson
@@ -50,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
    udev
    wayland
    wayland-protocols
    wlroots_0_17
    wlroots_0_19
  ];

  strictDeps = true;