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

cpp-utilities: 5.1.0 -> 5.2.0
This commit is contained in:
Ryan Mulligan 2020-02-10 06:17:32 -08:00 committed by GitHub
commit 60fadaa793
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.1.0";
version = "5.2.0";
src = fetchFromGitHub {
owner = "Martchus";
repo = pname;
rev = "v${version}";
sha256 = "0g7mn84xx7yfbvpj9wm5sn08w8bzlfizh4yd1m75fnh8hg829jnl";
sha256 = "0cghk1a0ki1063ci63imakmggwzkky1hx6lhrvc0wjfv754wsklb";
};
nativeBuildInputs = [ cmake ];