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
2 changed files with 6 additions and 2 deletions
+2
View File
@@ -22,6 +22,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoPatchelfHook makeWrapper ];
buildInputs = [ stdenv.cc.cc.lib ];
installPhase = ''
runHook preInstall
+4 -2
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