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

This commit is contained in:
Sandro 2021-09-14 11:20:36 +02:00 committed by GitHub
commit 87fbc5f376
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.6";
version = "1.6.0";
src = fetchFromGitHub {
owner = "google";
repo = "benchmark";
rev = "v${version}";
sha256 = "sha256-DFm5cQh1b2BX6qCDaQZ1/XBNDeIYXKWbIETYu1EjDww=";
sha256 = "sha256-EAJk3JhLdkuGKRMtspTLejck8doWPd7Z0Lv/Mvf3KFY=";
};
nativeBuildInputs = [ cmake ];