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

cpp-utilities: 5.0.1 -> 5.1.0
This commit is contained in:
Ryan Mulligan 2020-01-17 05:44:03 -08:00 committed by GitHub
commit 98ca8ee97d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "cpp-utilities";
version = "5.0.1";
version = "5.1.0";
src = fetchFromGitHub {
owner = "Martchus";
repo = pname;
rev = "v${version}";
sha256 = "11wm7z4ldsja2x2m2dkj3xhiammkwfqgbgkwq9gssnv14803fhnv";
sha256 = "0g7mn84xx7yfbvpj9wm5sn08w8bzlfizh4yd1m75fnh8hg829jnl";
};
nativeBuildInputs = [ cmake ];