We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40b7496 commit b67c8d8Copy full SHA for b67c8d8
1 file changed
flake.nix
@@ -31,7 +31,7 @@
31
version = "3.10.0";
32
src = pkgs.fetchurl {
33
url = "https://arrayfire.s3.amazonaws.com/${version}/ArrayFire-v${version}_Linux_x86_64.sh";
34
- hash = "sha256-8SibCWnRxts79S6WEHb3skF2TIDl1QnjY6EiohmoIog=";
+ hash = "sha256-OoXVjNn7s9H4PTuNvZaZpNSGqYywd79ozaQx9u3Ojhs=";
35
};
36
nativeBuildInputs = [ pkgs.autoPatchelfHook ];
37
# GPU/visualization libs (CUDA, OpenGL, GLFW, FreeImage, Intel OpenCL) are
0 commit comments