adaptivecppWithCuda: 24.10.0 -> 25.02.0 (#405738)

This commit is contained in:
Wolfgang Walther 2025-06-01 13:21:00 +00:00 committed by GitHub
commit c279b8917b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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