Unverified Commit 26b379fb authored by Madoura's avatar Madoura
Browse files

rocmPackages.clr: use tags for update script

parent 79b7cbd5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 = {