1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

rocm-device-libs: 3.5.0 -> 3.5.1

This commit is contained in:
Daniël de Kok 2020-07-21 08:05:48 +02:00
parent ae33b7daec
commit 3dfa2febaf

View file

@ -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 ];