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

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 ];