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

cpp-utilities: 5.4.0 -> 5.5.0
This commit is contained in:
Maximilian Bosch 2020-07-08 11:22:50 +02:00 committed by GitHub
commit cefa2ad525
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.4.0";
version = "5.5.0";
src = fetchFromGitHub {
owner = "Martchus";
repo = pname;
rev = "v${version}";
sha256 = "18sy1jrz5adzy7c8k42kqlpicc4h0igimjqwaa6m9swwkhwiqqjz";
sha256 = "1kzwclf8l89dbw10ya0grhdj7dspmj7rg7rkaa8b7n5lgla968jr";
};
nativeBuildInputs = [ cmake ];