Merge pull request #100905 from r-ryantm/auto-update/cpp-utilities

cpp-utilities: 5.6.0 -> 5.7.0
This commit is contained in:
Mario Rodas 2020-10-18 08:55:11 -05:00 committed by GitHub
commit dd9e691ca1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "cpp-utilities";
version = "5.6.0";
version = "5.7.0";
src = fetchFromGitHub {
owner = "Martchus";
repo = pname;
rev = "v${version}";
sha256 = "0998pyrxicpalm2w1wmv7qrfhzgr45kl6xh9gv0zxhx2a4xjqq5v";
sha256 = "04483v9bw6wp831f34fn46zj54v9y7f6qqfmx85fjxhkr3rqk4i0";
};
nativeBuildInputs = [ cmake ];