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