6 stdenvNoCC.mkDerivation rec {
10 src = fetchFromGitHub {
14 sha256 = "sha256-nRWmY/GJtSkPJIW7i7/eIr/YtfyvYhJVZBRIDXUC7xg=";
17 # Header-only library.
26 description = "Semantic Versioning for modern C++";
27 homepage = "https://github.com/Neargye/semver";
28 maintainers = with maintainers; [ aidalgol ];
29 license = licenses.mit;