Merge pull request #262823 from Madouura/pr/rocm-core

rocmPackages.rocm-core: 5.7.0 -> 5.7.1
This commit is contained in:
Weijia Wang 2023-10-23 14:26:45 +02:00 committed by GitHub
commit b7df937a28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rocm-core";
version = "5.7.0";
version = "5.7.1";
src = fetchFromGitHub {
owner = "RadeonOpenCompute";
@ -23,6 +23,8 @@ stdenv.mkDerivation (finalAttrs: {
name = finalAttrs.pname;
owner = finalAttrs.src.owner;
repo = finalAttrs.src.repo;
page = "tags?per_page=1";
filter = ".[0].name | split(\"-\") | .[1]";
};
meta = with lib; {