11 version = "0-unstable-2024-12-19";
13 src = fetchFromGitHub {
16 rev = "ea6a6aca009422bba0dbad4c80df6e6ba0c82183";
17 hash = "sha256-QCjfaSm1/hstVGzkJc0gFnYhnU5I3oHSCTkAVG5gTt8=";
20 nativeBuildInputs = [ cmake ];
22 passthru.updateScript = unstableGitUpdater { };
25 description = "Simple stupid SVG parser";
26 homepage = "https://github.com/memononen/nanosvg";
27 license = licenses.zlib;
28 platforms = platforms.all;