crcpp: 1.2.0.0 -> 1.2.1.0

This commit is contained in:
R. Ryantm
2025-06-21 06:37:12 +00:00
parent b8d24418ab
commit c56269fc10
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "crcpp";
version = "1.2.0.0";
version = "1.2.1.0";
src = fetchFromGitHub {
owner = "d-bahr";
repo = "CRCpp";
rev = "release-${version}";
sha256 = "sha256-OY8MF8fwr6k+ZSA/p1U+9GnTFoMSnUZxKVez+mda2tA=";
sha256 = "sha256-9oAG2MCeSsgA9x1mSU+xiKHUlUuPndIqQJnkrItgsAA=";
};
nativeBuildInputs = [ cmake ];