Merge pull request #76366 from r-ryantm/auto-update/phoronix-test-suite

phoronix-test-suite: 9.2.0 -> 9.2.1
This commit is contained in:
Mario Rodas
2020-01-09 05:49:02 -05:00
committed by GitHub

View File

@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "phoronix-test-suite";
version = "9.2.0";
version = "9.2.1";
src = fetchurl {
url = "https://phoronix-test-suite.com/releases/${pname}-${version}.tar.gz";
sha256 = "04r4zm550kp44pzl5xgj8abncrd1rxcfs7hqm38an1lz7shiisfi";
sha256 = "00c5xgyn34psj538zrzql16z16532c9444vc5asg7qhrcylpqpk7";
};
buildInputs = [ php ];