7 stdenv.mkDerivation (finalAttrs: {
9 version = "1.26-unstable-2024-03-22";
11 src = fetchFromGitHub {
14 rev = "7b48134613d1d3b337af6d5762df9999a703fb1a";
15 hash = "sha256-G/VhXpdvXBT9I6pwiQXVqCoXhc29wJQpGyLeM3kgv7I=";
18 sourceRoot = "${finalAttrs.src.name}/csa";
20 passthru.updateScript = unstableGitUpdater { };
23 description = "C code for cubic spline approximation of 2D scattered data";
24 homepage = "https://github.com/sakov/csa-c/";
25 platforms = platforms.unix;
26 license = licenses.bsd3;
27 maintainers = with maintainers; [ mkez ];
28 mainProgram = "csabathy";