Merge pull request #116842 from r-ryantm/auto-update/crcpp

crcpp: 1.0.1.0 -> 1.1.0.0
This commit is contained in:
Robert Scott 2021-03-21 19:15:19 +00:00 committed by GitHub
commit 8330471b98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "crcpp";
version = "1.0.1.0";
version = "1.1.0.0";
src = fetchFromGitHub {
owner = "d-bahr";
repo = "CRCpp";
rev = "release-${version}";
sha256 = "138w97kfxnv8rcnvggba6fcxgbgq8amikkmy3jhqfn6xzy6zaimh";
sha256 = "sha256-jBvh4dHSFChxNPVgkGVHy3TXSExsfwdVUfsA8XB1cn8=";
};
dontBuild = true;