7 stdenv.mkDerivation rec {
11 src = fetchFromGitHub {
14 rev = "release-${version}";
15 sha256 = "sha256-OY8MF8fwr6k+ZSA/p1U+9GnTFoMSnUZxKVez+mda2tA=";
18 nativeBuildInputs = [ cmake ];
23 homepage = "https://github.com/d-bahr/CRCpp";
24 changelog = "https://github.com/d-bahr/CRCpp/releases/tag/release-${version}";
25 description = "Easy to use and fast C++ CRC library";
26 platforms = platforms.all;
28 license = licenses.bsd3;