Merge pull request #253353 from wineee/GammaRay

gammaray: 2.11.3 -> 3.0.0

authored by

Weijia Wang and committed by
GitHub
41f13e85 8ab85d63

+6 -3
+5 -2
pkgs/development/tools/gammaray/default.nix
··· 4 4 , cmake 5 5 , pkg-config 6 6 , wrapQtAppsHook 7 + , qtbase 7 8 , wayland 8 9 , elfutils 9 10 , libbfd ··· 11 12 12 13 stdenv.mkDerivation rec { 13 14 pname = "gammaray"; 14 - version = "2.11.3"; 15 + version = "3.0.0"; 15 16 16 17 src = fetchFromGitHub { 17 18 owner = "KDAB"; 18 19 repo = pname; 19 20 rev = "v${version}"; 20 - hash = "sha256-ZFLHBPIjkbHlsatwuXdut1C5MpdkVUb9T7TTNhtP764="; 21 + hash = "sha256-C8bej0q4p8F27hiJUye9G+sZbkAYaV8hW1GKWZyHAis="; 21 22 }; 22 23 23 24 nativeBuildInputs = [ ··· 27 28 ]; 28 29 29 30 buildInputs = [ 31 + qtbase 30 32 wayland 31 33 elfutils 32 34 libbfd ··· 38 40 license = licenses.gpl2Plus; 39 41 platforms = platforms.linux; 40 42 maintainers = with maintainers; [ rewine ]; 43 + mainProgram = "gammaray"; 41 44 }; 42 45 } 43 46
+1 -1
pkgs/top-level/all-packages.nix
··· 3803 3803 3804 3804 gamecube-tools = callPackage ../development/tools/gamecube-tools { }; 3805 3805 3806 - gammaray = libsForQt5.callPackage ../development/tools/gammaray { }; 3806 + gammaray = qt6Packages.callPackage ../development/tools/gammaray { }; 3807 3807 3808 3808 gams = callPackage ../tools/misc/gams (config.gams or {}); 3809 3809