about summary refs log tree commit diff
path: root/pkgs/tools/misc/geekbench
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-11-13 04:24:41 -0800
committerRenaud <c0bw3b@users.noreply.github.com>2019-11-13 13:24:41 +0100
commitbaf72d3093d07e74ff4201398819c8e6155a2373 (patch)
tree95b14aed15c0cda3a9707f1528f6a7e49c6805c6 /pkgs/tools/misc/geekbench
parentc7af822248be20413a89681be20bba56eeacbdd5 (diff)
geekbench: 5.0.2 -> 5.0.3
(#72514)
Diffstat (limited to 'pkgs/tools/misc/geekbench')
-rw-r--r--pkgs/tools/misc/geekbench/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/geekbench/default.nix b/pkgs/tools/misc/geekbench/default.nix
index 19fa7e547aef9..567a4eaf230d0 100644
--- a/pkgs/tools/misc/geekbench/default.nix
+++ b/pkgs/tools/misc/geekbench/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "geekbench";
-  version = "5.0.2";
+  version = "5.0.3";
 
   src = fetchurl {
     url = "https://cdn.geekbench.com/Geekbench-${version}-Linux.tar.gz";
-    sha256 = "1vgq6dp22996y7llcij122idky92jgczliwm191yfc8b200xbx0p";
+    sha256 = "0bdkq36b8rr8xzbhjhxia7ss24bm5i4gz4g63dxckis5qi0pfsii";
   };
 
   dontConfigure = true;