mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
phoronix-test-suite: 9.6.1 -> 9.8.0
This commit is contained in:
parent
ae8eee9c3f
commit
7a95d9c849
|
@ -2,11 +2,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "phoronix-test-suite";
|
||||
version = "9.6.1";
|
||||
version = "9.8.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://phoronix-test-suite.com/releases/${pname}-${version}.tar.gz";
|
||||
sha256 = "1qnci0bipzq68mwfgmm7kcxjxcpfdrqf705am2jsj1mfd82y7yla";
|
||||
sha256 = "05q01cr4a2mmyski50pqna9sgw2jy93fgfpjwkhbkc09na6400sq";
|
||||
};
|
||||
|
||||
buildInputs = [ php ];
|
||||
|
|
Loading…
Reference in a new issue