phoronix-test-suite: 10.2.2 -> 10.6.1

This commit is contained in:
R. Ryantm 2021-12-08 10:05:11 +00:00
parent 5753b89152
commit 713096b520

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "phoronix-test-suite";
version = "10.2.2";
version = "10.6.1";
src = fetchurl {
url = "https://phoronix-test-suite.com/releases/${pname}-${version}.tar.gz";
sha256 = "sha256-g5hUmsn01Msopxzmi/G4LcZISXMD2wFqreaHMkFzF1Y=";
sha256 = "sha256-ixDMd9/tO793yVvIE60n5gytfDAmcuA631/ZON9v6LA=";
};
buildInputs = [ php ];