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

phoronix-test-suite: 10.2.2 -> 10.6.1
This commit is contained in:
Jörg Thalheim 2021-12-08 15:09:55 +00:00 committed by GitHub
commit 32c344d216
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 = "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 ];