gbenchmark: 1.6.0 -> 1.6.1

This commit is contained in:
R. Ryantm
2022-01-11 18:32:37 +03:00
committed by Nikolay Amiantov
parent 9dc2e56e7d
commit 8b2fbc8f8a
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "gbenchmark";
version = "1.6.0";
version = "1.6.1";
src = fetchFromGitHub {
owner = "google";
repo = "benchmark";
rev = "v${version}";
sha256 = "sha256-EAJk3JhLdkuGKRMtspTLejck8doWPd7Z0Lv/Mvf3KFY=";
sha256 = "sha256-yUiFxi80FWBmTZgqmqTMf9oqcBeg3o4I4vKd4djyRWY=";
};
nativeBuildInputs = [ cmake ];