clfft: modernize

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards
2026-07-26 17:03:52 -04:00
parent 03b47e1817
commit 0491737841
+4 -1
View File
@@ -17,10 +17,13 @@ stdenv.mkDerivation (finalAttrs: {
pname = "clfft";
version = "2.12.2";
strictDeps = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "clMathLibraries";
repo = "clFFT";
rev = "v${finalAttrs.version}";
tag = "v${finalAttrs.version}";
hash = "sha256-yp7u6qhpPYQpBw3d+VLg0GgMyZONVII8BsBCEoRZm4w=";
};