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
commit b8f7bb5c16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];