rgp: 2.2 -> 2.3 (#352097)

This commit is contained in:
Guillaume Girol 2024-11-01 15:44:23 +01:00 committed by GitHub
commit b018e0664f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,15 +23,15 @@
}:
let
buildNum = "2024-06-26-1341";
buildNum = "2024-09-26-1411";
in
stdenv.mkDerivation {
pname = "rgp";
version = "2.2";
version = "2.3";
src = fetchurl {
url = "https://gpuopen.com/download/radeon-developer-tool-suite/RadeonDeveloperToolSuite-${buildNum}.tgz";
hash = "sha256-mpm4hxWyunq6Z6kdSuk4jqnYOTuLFVe+XzXZvHJPf/Q=";
hash = "sha256-mgIFDStgat4E+67TaSLrcwgWTu7zLf7Nkn6zBlgeVcQ=";
};
nativeBuildInputs = [ makeWrapper autoPatchelfHook ];