rocmPackages.rocm-core: use tags for rocmUpdateScript

This commit is contained in:
Madoura 2023-10-22 17:39:58 -05:00
parent a990f74cf8
commit cbfabed861
No known key found for this signature in database
GPG Key ID: 1B9BB76A2B71922D

View File

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