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

phoronix-test-suite: 9.4.0 -> 9.4.1
This commit is contained in:
markuskowa 2020-03-07 16:02:14 +01:00 committed by GitHub
commit 98b3523f04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "phoronix-test-suite";
version = "9.4.0";
version = "9.4.1";
src = fetchurl {
url = "https://phoronix-test-suite.com/releases/${pname}-${version}.tar.gz";
sha256 = "108h3zs7p9vmb56dwlw7wicv9z4kxbndl82075sx4c12rzrmssi9";
sha256 = "1c33c8aihsfdxaqkwy4isrvmjam5j5rdz98vv2apy73638vx3q04";
};
buildInputs = [ php ];