phoronix-test-suite: 9.6.0 -> 9.6.1

This commit is contained in:
R. RyanTM 2020-06-11 01:02:08 +00:00
parent 6e9bb30566
commit d0f93d0515

View file

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