clfft: modernize (#546063)

This commit is contained in:
Sandro
2026-07-27 12:45:44 +00:00
committed by GitHub
+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=";
};