gbenchmark: 1.8.5 -> 1.9.0

Release notes: <https://github.com/google/benchmark/releases/tag/v1.9.0>
This commit is contained in:
Emily
2024-10-01 14:06:02 +01:00
parent 0214720570
commit 84266e795a
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "gbenchmark";
version = "1.8.5";
version = "1.9.0";
src = fetchFromGitHub {
owner = "google";
repo = "benchmark";
rev = "v${version}";
hash = "sha256-c46Xna/t21WKaFa7n4ieIacsrxJ+15uGNYWCUVuUhsI=";
hash = "sha256-5cl1PIjhXaL58kSyWZXRWLq6BITS2BwEovPhwvk2e18=";
};
nativeBuildInputs = [ cmake ];