about summary refs log tree commit diff
path: root/pkgs/development/tools/rgp
diff options
context:
space:
mode:
authorSebastian Neubauer <Sebastian.Neubauer@amd.com>2022-12-14 19:37:24 +0100
committerSebastian Neubauer <Sebastian.Neubauer@amd.com>2022-12-14 19:37:24 +0100
commitfc78698ddd21e1b91acec4fb17aeda01737ba40e (patch)
treefa64198ebd9b454f1ab146238adcd979e7df696f /pkgs/development/tools/rgp
parent33e0d99cbedf2acfd7340d2150837fbb28039a64 (diff)
rgp: 1.13.1 -> 1.14
Diffstat (limited to 'pkgs/development/tools/rgp')
-rw-r--r--pkgs/development/tools/rgp/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/rgp/default.nix b/pkgs/development/tools/rgp/default.nix
index ab2accb3012e3..2e5400c1cdcec 100644
--- a/pkgs/development/tools/rgp/default.nix
+++ b/pkgs/development/tools/rgp/default.nix
@@ -19,15 +19,15 @@
 }:
 
 let
-  buildNum = "2022-08-01-115";
+  buildNum = "2022-12-12-1037";
 in
 stdenv.mkDerivation rec {
   pname = "rgp";
-  version = "1.13.1";
+  version = "1.14";
 
   src = fetchurl {
     url = "https://gpuopen.com/download/radeon-developer-tool-suite/RadeonDeveloperToolSuite-${buildNum}.tgz";
-    hash = "sha256-e88vk+ZtDPB/1HrDKXbzkDaMESNE+qIW7ERwrqe+ZN8=";
+    hash = "sha256-T13SOy+77lLxmlcczXEFZAnyx9Lm52G/WiCcC1Py4HA=";
   };
 
   nativeBuildInputs = [ makeWrapper autoPatchelfHook ];