summary refs log tree commit diff
path: root/pkgs/development/libraries/rocm-device-libs
diff options
context:
space:
mode:
authorDaniël de Kok <me@danieldk.eu>2020-07-21 08:05:48 +0200
committerDaniël de Kok <me@danieldk.eu>2020-07-21 08:05:48 +0200
commit3dfa2febafc721d40a3d67ef6cf672769664a06c (patch)
tree9446659241f009bce66bedd109b7e95e9d9a132a /pkgs/development/libraries/rocm-device-libs
parentae33b7daec954571f045b6477d9691dcd228dc04 (diff)
downloadnixpkgs-3dfa2febafc721d40a3d67ef6cf672769664a06c.tar
nixpkgs-3dfa2febafc721d40a3d67ef6cf672769664a06c.tar.gz
nixpkgs-3dfa2febafc721d40a3d67ef6cf672769664a06c.tar.bz2
nixpkgs-3dfa2febafc721d40a3d67ef6cf672769664a06c.tar.lz
nixpkgs-3dfa2febafc721d40a3d67ef6cf672769664a06c.tar.xz
nixpkgs-3dfa2febafc721d40a3d67ef6cf672769664a06c.tar.zst
nixpkgs-3dfa2febafc721d40a3d67ef6cf672769664a06c.zip
rocm-device-libs: 3.5.0 -> 3.5.1
Diffstat (limited to 'pkgs/development/libraries/rocm-device-libs')
-rw-r--r--pkgs/development/libraries/rocm-device-libs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/rocm-device-libs/default.nix b/pkgs/development/libraries/rocm-device-libs/default.nix
index a71a6a880c9..dcdbb1cb6d1 100644
--- a/pkgs/development/libraries/rocm-device-libs/default.nix
+++ b/pkgs/development/libraries/rocm-device-libs/default.nix
@@ -10,13 +10,13 @@
 
 stdenv.mkDerivation rec {
   pname = "rocm-device-libs";
-  version = "3.5.0";
+  version = "3.5.1";
 
   src = fetchFromGitHub {
     owner = "RadeonOpenCompute";
     repo = "ROCm-Device-Libs";
     rev = "rocm-${version}";
-    sha256 = "0n160jwbh7jnqckz5bn979ll8afh2a97lf962xh9xv3cx025vnrn";
+    sha256 = "180bx05l293hrhzk2ymx41j5lhskysywvx33igbbsngzailwsc22";
   };
 
   nativeBuildInputs = [ cmake ];