diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2022-11-12 06:21:33 +0000 |
|---|---|---|
| committer | R. Ryantm <ryantm-bot@ryantm.com> | 2022-11-12 06:21:33 +0000 |
| commit | 9887b5f82993f329f576ce89edb7690a85a09759 (patch) | |
| tree | a847a2fcbd023faabbf2d12f352e9981b499804c | |
| parent | livedl: build using go 1.19; mark broken on darwin (diff) | |
| download | nixpkgs-9887b5f82993f329f576ce89edb7690a85a09759.tar.gz | |
gbenchmark: 1.6.1 -> 1.7.1
| -rw-r--r-- | pkgs/development/libraries/gbenchmark/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gbenchmark/default.nix b/pkgs/development/libraries/gbenchmark/default.nix index ff7aa2fbdda8..80238d3d3bfb 100644 --- a/pkgs/development/libraries/gbenchmark/default.nix +++ b/pkgs/development/libraries/gbenchmark/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "gbenchmark"; - version = "1.6.1"; + version = "1.7.1"; src = fetchFromGitHub { owner = "google"; repo = "benchmark"; rev = "v${version}"; - sha256 = "sha256-yUiFxi80FWBmTZgqmqTMf9oqcBeg3o4I4vKd4djyRWY="; + sha256 = "sha256-gg3g/0Ki29FnGqKv9lDTs5oA9NjH23qQ+hTdVtSU+zo="; }; nativeBuildInputs = [ cmake ]; |
