rocmPackages.clr: use tags for update script

This commit is contained in:
Madoura
2023-10-17 15:23:30 -05:00
parent 79b7cbd55d
commit 26b379fbba
@@ -144,6 +144,8 @@ in stdenv.mkDerivation (finalAttrs: {
name = finalAttrs.pname;
owner = finalAttrs.src.owner;
repo = finalAttrs.src.repo;
page = "tags?per_page=1";
filter = ".[0].name | split(\"-\") | .[1]";
};
impureTests = {