geekbench: 6.0.1 -> 6.0.3

This commit is contained in:
Doğu Us 2023-05-07 16:53:01 +03:00
parent 9757bdca3b
commit 590131f42f
No known key found for this signature in database
GPG key ID: A8B0AEA8D751EC27

View file

@ -10,11 +10,11 @@
stdenv.mkDerivation rec {
pname = "geekbench";
version = "6.0.1";
version = "6.0.3";
src = fetchurl {
url = "https://cdn.geekbench.com/Geekbench-${version}-Linux.tar.gz";
hash = "sha256-RrfyB7RvYWkVCbjblLIPOFcZjUR/fJHk1Em1HP74kmY=";
hash = "sha256-08c5YBKljeFo31Y7WHEnLLiJdFJm8RfkY2Q44C2dp7k=";
};
dontConfigure = true;
@ -22,6 +22,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoPatchelfHook makeWrapper ];
buildInputs = [ stdenv.cc.cc.lib ];
installPhase = ''
runHook preInstall