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

cpp-utilities: 5.5.0 -> 5.6.0
This commit is contained in:
Ryan Mulligan 2020-08-12 15:35:45 -07:00 committed by GitHub
commit 466d6fc700
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.5.0";
version = "5.6.0";
src = fetchFromGitHub {
owner = "Martchus";
repo = pname;
rev = "v${version}";
sha256 = "1kzwclf8l89dbw10ya0grhdj7dspmj7rg7rkaa8b7n5lgla968jr";
sha256 = "0998pyrxicpalm2w1wmv7qrfhzgr45kl6xh9gv0zxhx2a4xjqq5v";
};
nativeBuildInputs = [ cmake ];