Unverified Commit 1033345f authored by rewine's avatar rewine Committed by GitHub
Browse files

cagebreak: 3.0.0 -> 3.1.0 (#459112)

parents 31fa703b 3bdb8d8f
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -23,18 +23,18 @@
  wayland-scanner,
  withXwayland ? true,
  xwayland,
  wlroots_0_18,
  wlroots_0_19,
}:

stdenv.mkDerivation (finalAttrs: {
  pname = "cagebreak";
  version = "3.0.0";
  version = "3.1.0";

  src = fetchFromGitHub {
    owner = "project-repo";
    repo = "cagebreak";
    tag = finalAttrs.version;
    hash = "sha256-vXRIZqFyywRettzriOArl1FGdzWdaeVOfYFZCiPLQZg=";
    hash = "sha256-ADRtfzmn8DmDNbiJO3WbhQZiriJoUAG2TxPmx+RwPXE=";
  };

  nativeBuildInputs = [
@@ -59,7 +59,7 @@ stdenv.mkDerivation (finalAttrs: {
    systemd
    wayland
    wayland-protocols
    wlroots_0_18
    wlroots_0_19
  ];

  mesonFlags = [