Merge pull request #68276 from doronbehar/update-cpp-utilities

cpp-utilities: 4.17.1 -> 5.0.0
This commit is contained in:
worldofpeace 2019-09-19 13:58:09 -04:00 committed by GitHub
commit 433d540085
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "cpp-utilities";
version = "4.17.1";
version = "5.0.0";
src = fetchFromGitHub {
owner = "Martchus";
repo = pname;
rev = "v${version}";
sha256 = "12088cwg3jbqipmbn4843w1cgxi1q6vwx47gy042rkfvbk6azhxl";
sha256 = "031kiawmrp40sqgd9g5qd82ljglcm9xvynicsn4n8n4ngfgbnc0m";
};
nativeBuildInputs = [ cmake ];