Merge pull request #81358 from r-ryantm/auto-update/phoronix-test-suite
phoronix-test-suite: 9.2.1 -> 9.4.0
This commit is contained in:
commit
71308a28fc
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "phoronix-test-suite";
|
pname = "phoronix-test-suite";
|
||||||
version = "9.2.1";
|
version = "9.4.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://phoronix-test-suite.com/releases/${pname}-${version}.tar.gz";
|
url = "https://phoronix-test-suite.com/releases/${pname}-${version}.tar.gz";
|
||||||
sha256 = "00c5xgyn34psj538zrzql16z16532c9444vc5asg7qhrcylpqpk7";
|
sha256 = "108h3zs7p9vmb56dwlw7wicv9z4kxbndl82075sx4c12rzrmssi9";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ php ];
|
buildInputs = [ php ];
|
||||||
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Open-Source, Automated Benchmarking";
|
description = "Open-Source, Automated Benchmarking";
|
||||||
homepage = https://www.phoronix-test-suite.com/;
|
homepage = "https://www.phoronix-test-suite.com/";
|
||||||
maintainers = with maintainers; [ davidak ];
|
maintainers = with maintainers; [ davidak ];
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = with platforms; unix;
|
platforms = with platforms; unix;
|
||||||
|
Loading…
Reference in New Issue
Block a user