File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 src = fetchFromGitHub {
3939 owner = "ROCm" ;
4040 repo = "aotriton" ;
41- rev = version ;
41+ tag = version ;
4242 hash = "sha256-F7JjyS+6gMdCpOFLldTsNJdVzzVwd6lwW7+V8ZOZfig=" ;
4343 leaveDotGit = true ;
4444 inherit postFetch ;
9292 src = fetchFromGitHub {
9393 owner = "ROCm" ;
9494 repo = "aotriton" ;
95- rev = version ;
95+ tag = version ;
9696 hash = "sha256-VIwwQR1fl40NLNOwO8KhQK/xOK6wb2l8qBugJ1cRjm4=" ;
9797 leaveDotGit = true ;
9898 inherit postFetch ;
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ cudaPackages.backendStdenv.mkDerivation rec {
1818 src = fetchFromGitHub {
1919 owner = "NVIDIA" ;
2020 repo = pname ;
21- rev = "v${ version } " ;
21+ tag = "v${ version } " ;
2222 inherit hash ;
2323 } ;
2424
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ stdenv.mkDerivation (finalAttrs: {
1111 src = fetchFromGitHub {
1212 owner = "NVIDIA" ;
1313 repo = "NVTX" ;
14- rev = "v${ finalAttrs . version } " ;
14+ tag = "v${ finalAttrs . version } " ;
1515 hash = "sha256-MXluy/I5+SaRx2aF64qF4XZ+u67ERAB9TftbOvYt4GE=" ;
1616 } ;
1717
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ buildPythonPackage rec {
1212 src = fetchFromGitHub {
1313 owner = "NVIDIA" ;
1414 repo = "cuda-python" ;
15- rev = "${ pname } -v${ version } " ;
15+ tag = "${ pname } -v${ version } " ;
1616 hash = "sha256-aF06WwThJmGEqUcVP4dooym1uqYjUM45arqZaxjlTuA=" ;
1717 } ;
1818
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ buildPythonPackage rec {
1717 src = fetchFromGitHub {
1818 owner = "NVIDIA" ;
1919 repo = "cuda-python" ;
20- rev = "v${ version } " ;
20+ tag = "v${ version } " ;
2121 hash = "sha256-AvIw2G4EGWsX7PxFGxzECXhwkbwYslHzRdUArTNf7jE=" ;
2222 } ;
2323
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ buildPythonPackage rec {
1919 src = fetchFromGitHub {
2020 owner = "apache" ;
2121 repo = "tvm-ffi" ;
22- rev = "v${ version } " ;
22+ tag = "v${ version } " ;
2323 hash = "sha256-XnlM//WW2TbjbmzYBq6itJQ7R3J646UMVQUVhV5Afwc=" ;
2424 fetchSubmodules = true ;
2525 } ;
You can’t perform that action at this time.
0 commit comments