Merge pull request #292053 from r-ryantm/auto-update/aocl-utils

aocl-utils: 4.1 -> 4.2
This commit is contained in:
markuskowa 2024-03-04 16:57:23 +01:00 committed by GitHub
commit 487175cb11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "aocl-utils";
version = "4.1";
version = "4.2";
src = fetchFromGitHub {
owner = "amd";
repo = "aocl-utils";
rev = version;
hash = "sha256-7Vc3kE+YfqIt6VfvSamsVQRemolzs1sNJUVUZFKk/O8=";
hash = "sha256-tjmCgVSU4XjBhbKMUY3hsvj3bvuXvVdf5Bqva5nr1tc=";
};
nativeBuildInputs = [ cmake ];