mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
phoronix-test-suite: 9.2.1 -> 9.4.0
This commit is contained in:
parent
f7d07d4851
commit
eaf2f26201
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue