Unverified Commit 4e04adc0 authored by rewine's avatar rewine
Browse files

gammaray: 2.11.3 -> 3.0.0

parent 020300a7
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
, cmake
, pkg-config
, wrapQtAppsHook
, qtbase
, wayland
, elfutils
, libbfd
@@ -11,13 +12,13 @@

stdenv.mkDerivation rec {
  pname = "gammaray";
  version = "2.11.3";
  version = "3.0.0";

  src = fetchFromGitHub {
    owner = "KDAB";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-ZFLHBPIjkbHlsatwuXdut1C5MpdkVUb9T7TTNhtP764=";
    hash = "sha256-C8bej0q4p8F27hiJUye9G+sZbkAYaV8hW1GKWZyHAis=";
  };

  nativeBuildInputs = [
@@ -27,6 +28,7 @@ stdenv.mkDerivation rec {
  ];

  buildInputs = [
    qtbase
    wayland
    elfutils
    libbfd
@@ -38,6 +40,7 @@ stdenv.mkDerivation rec {
    license = licenses.gpl2Plus;
    platforms = platforms.linux;
    maintainers = with maintainers; [ rewine ];
    mainProgram = "gammaray";
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -3772,7 +3772,7 @@ with pkgs;
  gamecube-tools = callPackage ../development/tools/gamecube-tools { };
  gammaray = libsForQt5.callPackage ../development/tools/gammaray { };
  gammaray = qt6Packages.callPackage ../development/tools/gammaray { };
  gams = callPackage ../tools/misc/gams (config.gams or {});