cudaPackages.gdrcopy: 2.5.2 -> 2.6

Diff: https://github.com/NVIDIA/gdrcopy/compare/v2.5.2...v2.6
This commit is contained in:
Gaetan Lepage
2026-06-13 12:30:46 +00:00
parent 747285370f
commit 3e1852144b
@@ -22,13 +22,13 @@ backendStdenv.mkDerivation (finalAttrs: {
# NOTE: Depends on the CUDA package set, so use cudaNamePrefix.
name = "${cudaNamePrefix}-${finalAttrs.pname}-${finalAttrs.version}";
pname = "gdrcopy";
version = "2.5.2";
version = "2.6";
src = fetchFromGitHub {
owner = "NVIDIA";
repo = "gdrcopy";
tag = "v${finalAttrs.version}";
hash = "sha256-KfdCiJE8q5MUYjI5qsZjeFmBm9jKfdSxtrlhmQRosns=";
hash = "sha256-Waq/Of0LcLDqyaWaU47lorJcG30CijcdTsvf9nMqgrg=";
};
outputs = [ "out" ];