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

cpp-utilities: 5.10.0 -> 5.10.1
This commit is contained in:
Doron Behar 2021-02-04 17:40:19 +02:00 committed by GitHub
commit 64950783b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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