Unverified Commit 0a7e077c authored by Ludovico Piero's avatar Ludovico Piero
Browse files

cagebreak: 2.3.1 -> 2.4.0

parent 5997b997
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,13 +28,13 @@

stdenv.mkDerivation rec {
  pname = "cagebreak";
  version = "2.3.1";
  version = "2.4.0";

  src = fetchFromGitHub {
    owner = "project-repo";
    repo = pname;
    rev = version;
    hash = "sha256-GAANZIEUtuONPBpk0E3fErgOZtm3wB+gWJNwfO6VOTo=";
    hash = "sha256-eJLYv9CalBTOQEOMRg/5ctHByrkA44pfS7K3H4XTdSc=";
  };

  nativeBuildInputs = [
+1 −1
Original line number Diff line number Diff line
@@ -19519,7 +19519,7 @@ with pkgs;
  };
  cagebreak = callPackage ../applications/window-managers/cagebreak {
    wlroots = wlroots_0_17;
    wlroots = wlroots_0_18;
  };
  zrythm = callPackage ../applications/audio/zrythm {