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-05-04 15:04:26 +0200
committerSebastian Neubauer <Sebastian.Neubauer@amd.com>2022-05-04 15:04:37 +0200
commitb469011b7ef3825f9432291464fd00b964a186a9 (patch)
tree361512f9cc35c71cef98e05c8042189d381fa369 /pkgs/development/tools/rgp
parent538bcfe88034019ab8b60c87624bda13e3bdf598 (diff)
rgp: 1.12 -> 1.13
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 2ac48148c7882..30c6dee23bfbc 100644
--- a/pkgs/development/tools/rgp/default.nix
+++ b/pkgs/development/tools/rgp/default.nix
@@ -19,15 +19,15 @@
 }:
 
 let
-  buildNum = "2022-01-18-884";
+  buildNum = "2022-04-20-920";
 in
 stdenv.mkDerivation rec {
   pname = "rgp";
-  version = "1.12";
+  version = "1.13";
 
   src = fetchurl {
     url = "https://gpuopen.com/download/radeon-developer-tool-suite/RadeonDeveloperToolSuite-${buildNum}.tgz";
-    sha256 = "88ot16N8XtRlDCP+zIaOqG5BuR0OyG/0u1NEXsun/nY=";
+    hash = "sha256-/Z7mSZVAvaTAY9RU7suK/gA0RJIeeLdN6LWiseVq9Js=";
   };
 
   nativeBuildInputs = [ makeWrapper autoPatchelfHook ];