phoronix-test-suite: 9.6.1 -> 9.8.0

gstqt5
R. RyanTM 2020-07-14 02:51:10 +00:00
parent ae8eee9c3f
commit 7a95d9c849
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "phoronix-test-suite";
version = "9.6.1";
version = "9.8.0";
src = fetchurl {
url = "https://phoronix-test-suite.com/releases/${pname}-${version}.tar.gz";
sha256 = "1qnci0bipzq68mwfgmm7kcxjxcpfdrqf705am2jsj1mfd82y7yla";
sha256 = "05q01cr4a2mmyski50pqna9sgw2jy93fgfpjwkhbkc09na6400sq";
};
buildInputs = [ php ];