Skip to content

Commit

Permalink
gbenchmark: 1.9.0 -> 1.9.1 (#360042)
Browse files Browse the repository at this point in the history
  • Loading branch information
ck3d authored Jan 1, 2025
2 parents 07233c2 + e1bbbad commit 131df74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/gb/gbenchmark/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 131df74

Please sign in to comment.