Merge pull request #111171 from danieldk/rocm-4.0.1

llvmPackages_rocm: 4.0.0 -> 4.0.1
This commit is contained in:
Daniël de Kok 2021-02-01 11:52:33 +01:00 committed by GitHub
commit 89220945cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{ lib, stdenv, fetchFromGitHub, callPackage, wrapCCWith }:
let
version = "4.0.0";
version = "4.0.1";
src = fetchFromGitHub {
owner = "RadeonOpenCompute";
repo = "llvm-project";
rev = "rocm-${version}";
hash = "sha256-nIvqEk18NLtY8Hec2Iq6ufWMblzYJ8SOIXgqomtqa0s=";
hash = "sha256-5mQ8tN7A045JCF7tHKgAZAbyVmXOd6Wf0CVUiPA80YM=";
};
in rec {
clang = wrapCCWith rec {