Merge pull request #245549 from r-ryantm/auto-update/hipfort

hipfort: 5.4.3 -> 5.6.0
This commit is contained in:
Pol Dellaiera 2023-07-28 11:08:03 +02:00 committed by GitHub
commit 4d3e4f26e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hipfort";
version = "5.4.3";
version = "5.6.0";
src = fetchFromGitHub {
owner = "ROCmSoftwarePlatform";
repo = "hipfort";
rev = "rocm-${finalAttrs.version}";
hash = "sha256-cXzNOvWIU388AU5hzLwmIGaX5DvzIJJCvgkP2BA4jao=";
hash = "sha256-x1pF9md7RIcobE/4UxHxOaURbljFZGOashW1KM0lmo0=";
};
nativeBuildInputs = [