Merge pull request #230529 from usdogu/fix/geekbench

geekbench: 6.0.1 -> 6.0.3
This commit is contained in:
Weijia Wang 2023-05-07 21:22:49 +03:00 committed by GitHub
commit 864169689e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View file

@ -22,6 +22,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoPatchelfHook makeWrapper ];
buildInputs = [ stdenv.cc.cc.lib ];
installPhase = ''
runHook preInstall

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