gbenchmark: 1.8.4 -> 1.8.5

Changes: https://github.com/google/benchmark/releases/tag/v1.8.5
This commit is contained in:
Sergei Trofimovich
2024-07-22 22:05:01 +01:00
parent 9533f44e15
commit 4a1a64b2d4
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "gbenchmark";
version = "1.8.4";
version = "1.8.5";
src = fetchFromGitHub {
owner = "google";
repo = "benchmark";
rev = "v${version}";
sha256 = "sha256-O+1ZHaNHSkKz3PlKDyI94LqiLtjyrKxjOIi8Q236/MI=";
hash = "sha256-c46Xna/t21WKaFa7n4ieIacsrxJ+15uGNYWCUVuUhsI=";
};
nativeBuildInputs = [ cmake ];