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

cpp-utilities: 5.16.0 -> 5.17.0
This commit is contained in:
Maximilian Bosch 2022-07-07 21:25:45 +02:00 committed by GitHub
commit 89581ceed6
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.16.0";
version = "5.17.0";
src = fetchFromGitHub {
owner = "Martchus";
repo = pname;
rev = "v${version}";
sha256 = "sha256-B/pWdfK3KddAIppJXQRohiIK8mouAQjXRHic75IzY/Q=";
sha256 = "sha256-1NjdVflLapuNeYKgRgO7zJxJN1rXjGjQO1m+xUfTeEI=";
};
nativeBuildInputs = [ cmake ];