phoronix-test-suite: 9.2.1 -> 9.4.0

This commit is contained in:
R. RyanTM 2020-02-29 09:27:19 +00:00
parent f7d07d4851
commit eaf2f26201

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "phoronix-test-suite";
version = "9.2.1";
version = "9.4.0";
src = fetchurl {
url = "https://phoronix-test-suite.com/releases/${pname}-${version}.tar.gz";
sha256 = "00c5xgyn34psj538zrzql16z16532c9444vc5asg7qhrcylpqpk7";
sha256 = "108h3zs7p9vmb56dwlw7wicv9z4kxbndl82075sx4c12rzrmssi9";
};
buildInputs = [ php ];
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Open-Source, Automated Benchmarking";
homepage = https://www.phoronix-test-suite.com/;
homepage = "https://www.phoronix-test-suite.com/";
maintainers = with maintainers; [ davidak ];
license = licenses.gpl3;
platforms = with platforms; unix;