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

cpp-utilities: 5.9.0 -> 5.10.0
This commit is contained in:
Sandro 2021-01-18 17:30:48 +01:00 committed by GitHub
commit 247d76cbab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "cpp-utilities"; pname = "cpp-utilities";
version = "5.9.0"; version = "5.10.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Martchus"; owner = "Martchus";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0lcbvmighmc03qxcf03vqmn6188wx4dr3m9d5ldxm2v7mw5xbq82"; sha256 = "sha256-ZqpgnxI6Py+Xrf+MK852j+kE2JGFz15kWAXOqy+bjVc=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];