Merge pull request #98719 from r-ryantm/auto-update/gbenchmark

gbenchmark: 1.5.1 -> 1.5.2
This commit is contained in:
Mario Rodas 2020-10-02 23:39:58 -05:00 committed by GitHub
commit c32aee2a5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "gbenchmark";
version = "1.5.1";
version = "1.5.2";
src = fetchFromGitHub {
owner = "google";
repo = "benchmark";
rev = "v${version}";
sha256 = "16xlk8h4mfszl4rig22fgpj9kw312az22981ph6pmkf35xsvvv66";
sha256 = "13rxagpzw6bal6ajlmrxlh9kgfvcixn6j734b2bvfqz7lch8n0pa";
};
nativeBuildInputs = [ cmake ];