summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-09-14 07:43:23 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-09-14 07:43:23 +0000
commit3cc437a3dacee85c64ca82865a636a9d5b0eeac3 (patch)
treea87f64b7be6e5019c15bdbbc314b25ff0b792a69 /pkgs
parentea59da44e84ac92d5eebc7d6e5dd5a2873fe5379 (diff)
gbenchmark: 1.5.6 -> 1.6.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/gbenchmark/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gbenchmark/default.nix b/pkgs/development/libraries/gbenchmark/default.nix
index 70bd37e40d39..0bb9e58fe355 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.5.6";
+ version = "1.6.0";
src = fetchFromGitHub {
owner = "google";
repo = "benchmark";
rev = "v${version}";
- sha256 = "sha256-DFm5cQh1b2BX6qCDaQZ1/XBNDeIYXKWbIETYu1EjDww=";
+ sha256 = "sha256-EAJk3JhLdkuGKRMtspTLejck8doWPd7Z0Lv/Mvf3KFY=";
};
nativeBuildInputs = [ cmake ];