rocmPackages.rocm-core: use tags for rocmUpdateScript
This commit is contained in:
parent
a990f74cf8
commit
cbfabed861
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user