Merge pull request #218992 from Flakebi/rgp

rgp: 1.14 -> 1.14.1
This commit is contained in:
Mario Rodas 2023-03-04 18:29:48 -05:00 committed by GitHub
commit 64f4e4c5dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,15 +19,15 @@
}:
let
buildNum = "2022-12-12-1037";
buildNum = "2023-02-15-1051";
in
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "rgp";
version = "1.14";
version = "1.14.1";
src = fetchurl {
url = "https://gpuopen.com/download/radeon-developer-tool-suite/RadeonDeveloperToolSuite-${buildNum}.tgz";
hash = "sha256-T13SOy+77lLxmlcczXEFZAnyx9Lm52G/WiCcC1Py4HA=";
hash = "sha256-1JxW6vXfOYDaCnHWEq8crjuu0QrUCwahm+ipOKVDQPA=";
};
nativeBuildInputs = [ makeWrapper autoPatchelfHook ];