mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
cudaPackages.tensorrt-samples: Add support for 10.16.1
This commit is contained in:
parent
9d3d755e8e
commit
5bb67e892a
2 changed files with 5 additions and 0 deletions
|
|
@ -117,6 +117,10 @@ backendStdenv.mkDerivation (finalAttrs: {
|
|||
tag = "v10.14";
|
||||
hash = "sha256-pWvXpXiUriLDYHqro3HWAmO/9wbGznyUrc9qxq/t0/U=";
|
||||
};
|
||||
"10.16.1" = {
|
||||
tag = "v10.16";
|
||||
hash = "sha256-Wm5oOXxAIpIlwiJKhH0WjgUAuTB9H2xFEVpM/sO36qk=";
|
||||
};
|
||||
}
|
||||
);
|
||||
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ in
|
|||
else
|
||||
lib.getAttr finalAttrs.version {
|
||||
"10.14.1" = sample-data_10_14_1;
|
||||
"10.16.1" = sample-data_10_14_1; # Release 10.16 is missing sample data
|
||||
}
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue