gbenchmark: 1.9.0 -> 1.9.1

This commit is contained in:
R. Ryantm
2024-11-29 04:24:00 +00:00
parent 95dbdbbd9a
commit e1bbbad05d
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "gbenchmark";
version = "1.9.0";
version = "1.9.1";
src = fetchFromGitHub {
owner = "google";
repo = "benchmark";
rev = "v${version}";
hash = "sha256-5cl1PIjhXaL58kSyWZXRWLq6BITS2BwEovPhwvk2e18=";
hash = "sha256-5xDg1duixLoWIuy59WT0r5ZBAvTR6RPP7YrhBYkMxc8=";
};
nativeBuildInputs = [ cmake ninja ];