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

cpp-utilities: 5.10.5 -> 5.11.0
This commit is contained in:
Ben Siraphob 2021-08-04 12:24:40 +07:00 committed by GitHub
commit d8661dc46a
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.10.5";
version = "5.11.0";
src = fetchFromGitHub {
owner = "Martchus";
repo = pname;
rev = "v${version}";
sha256 = "sha256-1GAZKMfA2cB/7/TZfV+WOvjlu0sWq1loOauX4EfHogA=";
sha256 = "sha256-ibZ/cj+pDLxUugz5jTc3FcVlytwS+R1RTtISbXe1mq4=";
};
nativeBuildInputs = [ cmake ];