Merge pull request #102712 from r-ryantm/auto-update/phoronix-test-suite
phoronix-test-suite: 9.8.0 -> 10.0.1
This commit is contained in:
commit
d1d6a6e7b8
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "phoronix-test-suite";
|
||||
version = "9.8.0";
|
||||
version = "10.0.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://phoronix-test-suite.com/releases/${pname}-${version}.tar.gz";
|
||||
sha256 = "05q01cr4a2mmyski50pqna9sgw2jy93fgfpjwkhbkc09na6400sq";
|
||||
sha256 = "09wrrcxfvh7pwv0jqpyzjsr0rd7askfr0s2xr1wv9v40znxmsmzz";
|
||||
};
|
||||
|
||||
buildInputs = [ php ];
|
||||
|
|
Loading…
Reference in a new issue