Merge pull request #131075 from Flakebi/rgp

rgp: 1.10 -> 1.11
This commit is contained in:
Jörg Thalheim 2021-07-23 07:42:52 +01:00 committed by GitHub
commit aec52676ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,22 +12,22 @@
, libX11
, libxcb
, libXi
, ncurses5
, ncurses
, qtbase
, qtdeclarative
, zlib
}:
let
buildNum = "2021-03-31-696";
buildNum = "2021-06-30-819";
in
stdenv.mkDerivation rec {
pname = "rgp";
version = "1.10";
version = "1.11";
src = fetchurl {
url = "https://gpuopen.com/download/radeon-developer-tool-suite/RadeonDeveloperToolSuite-${buildNum}.tgz";
sha256 = "1GUV75KpYbeq7KkE86QqTfGnf/t3VEgviaAsbg/LWJI=";
sha256 = "ru+e/oY844x4nvSVRBrTGDdnzUOBhwkaIrnftBITyE8=";
};
nativeBuildInputs = [ makeWrapper autoPatchelfHook ];
@ -42,17 +42,12 @@ stdenv.mkDerivation rec {
libX11
libxcb
libXi
ncurses5
ncurses
qtbase
qtdeclarative
zlib
];
runtimeDependencies = [
"${placeholder "out"}/opt/rgp"
"${placeholder "out"}/opt/rgp/qt"
];
dontWrapQtApps = true;
installPhase = ''