mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
adaptivecppWithCuda: 24.10.0 -> 25.02.0 (#405738)
This commit is contained in:
commit
c279b8917b
1 changed files with 2 additions and 2 deletions
|
@ -28,13 +28,13 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "adaptivecpp";
|
pname = "adaptivecpp";
|
||||||
version = "24.10.0";
|
version = "25.02.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "AdaptiveCpp";
|
owner = "AdaptiveCpp";
|
||||||
repo = "AdaptiveCpp";
|
repo = "AdaptiveCpp";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "v${finalAttrs.version}";
|
||||||
sha256 = "sha256-ZwHDiwv1ybC+2UhiOe2f7fnfqcul+CD9Uta8PT9ICr4=";
|
sha256 = "sha256-vXfw8+xn3/DYxUKp3QGdQ8sEbDwyk+8jDCyuvQOXigc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# do not use old FindCUDA cmake module
|
# do not use old FindCUDA cmake module
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue