summary refs log tree commit diff
path: root/pkgs/development/libraries/gbenchmark
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-06-26 09:14:04 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-06-26 09:14:04 +0000
commit1ba10fe5824867d55b727215e5e71705164b17a8 (patch)
tree5d08807b594566e8a440d336167aecc0712d5c3d /pkgs/development/libraries/gbenchmark
parent679136e25258760f9991cdbb8d26440e666daf78 (diff)
downloadnixpkgs-1ba10fe5824867d55b727215e5e71705164b17a8.tar
nixpkgs-1ba10fe5824867d55b727215e5e71705164b17a8.tar.gz
nixpkgs-1ba10fe5824867d55b727215e5e71705164b17a8.tar.bz2
nixpkgs-1ba10fe5824867d55b727215e5e71705164b17a8.tar.lz
nixpkgs-1ba10fe5824867d55b727215e5e71705164b17a8.tar.xz
nixpkgs-1ba10fe5824867d55b727215e5e71705164b17a8.tar.zst
nixpkgs-1ba10fe5824867d55b727215e5e71705164b17a8.zip
gbenchmark: 1.5.0 -> 1.5.1
Diffstat (limited to 'pkgs/development/libraries/gbenchmark')
-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 cafbe116b1c..e2734c6b199 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.0";
+  version = "1.5.1";
 
   src = fetchFromGitHub {
     owner = "google";
     repo = "benchmark";
     rev = "v${version}";
-    sha256 = "0r9dbg4cbk47gwmayys31a83m3y67k0kh1f6pl8i869rbd609ndh";
+    sha256 = "16xlk8h4mfszl4rig22fgpj9kw312az22981ph6pmkf35xsvvv66";
   };
 
   nativeBuildInputs = [ cmake ];