rocmPackages.rocm-cmake: no need to specify page/filter now

This commit is contained in:
Madoura
2023-10-17 15:23:30 -05:00
parent 57db0508e6
commit 79b7cbd55d
@@ -22,8 +22,6 @@ stdenv.mkDerivation (finalAttrs: {
name = finalAttrs.pname;
owner = finalAttrs.src.owner;
repo = finalAttrs.src.repo;
page = "releases?per_page=2";
filter = ".[1].tag_name | split(\"-\") | .[1]";
};
meta = with lib; {