This repository was archived by the owner on Jan 27, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 66
77buildPythonPackage rec {
88 pname = "cuda-pathfinder" ;
9- version = "1.3.2 " ;
9+ version = "1.3.3 " ;
1010 pyproject = true ;
1111
1212 src = fetchFromGitHub {
1313 owner = "NVIDIA" ;
1414 repo = "cuda-python" ;
1515 rev = "${ pname } -v${ version } " ;
16- hash = "sha256-hm/LoOVpJVKkOuKrBdHnYi1JMCNeB2ozAvz/N6RG0zU =" ;
16+ hash = "sha256-aF06WwThJmGEqUcVP4dooym1uqYjUM45arqZaxjlTuA =" ;
1717 } ;
1818
1919 sourceRoot = "source/cuda_pathfinder" ;
Original file line number Diff line number Diff line change 1111
1212buildPythonPackage rec {
1313 pname = "cuda-python" ;
14- version = "13.0.3 " ;
14+ version = "13.1.0 " ;
1515 pyproject = true ;
1616
1717 src = fetchFromGitHub {
1818 owner = "NVIDIA" ;
1919 repo = "cuda-python" ;
2020 rev = "v${ version } " ;
21- hash = "sha256-Uq1oQWtilocQPh6cZ3P/L/L6caCHv17u1y67sm5fhhA =" ;
21+ hash = "sha256-aF06WwThJmGEqUcVP4dooym1uqYjUM45arqZaxjlTuA =" ;
2222 } ;
2323
2424 sourceRoot = "source/cuda_python" ;
Original file line number Diff line number Diff line change 1818 format = "wheel" ;
1919 pyShortVersion = "cp" + builtins . replaceStrings [ "." ] [ "" ] python . pythonVersion ;
2020 hashes = {
21- cp313-x86_64-linux = "sha256-k1ZgSvyPYqrEZjSzoSuvjLPzpvLkTjmNz+bsmP8ajRs =" ;
21+ cp313-x86_64-linux = "sha256-Lm7cFGjZjhdg4YXftwjcmaAVThSg9IOejUkc61YzoZk =" ;
2222 } ;
2323 hash =
2424 hashes . "${ pyShortVersion } -${ stdenv . system } "
2727in
2828buildPythonPackage rec {
2929 pname = "nvidia-cutlass-dsl" ;
30- version = "4.2.1 " ;
30+ version = "4.3.0 " ;
3131 inherit format ;
3232
3333 src = fetchPypi {
You can’t perform that action at this time.
0 commit comments