phoronix-test-suite: 10.8.0 -> 10.8.1

Fixes CVE-2022-0238
https://github.com/phoronix-test-suite/phoronix-test-suite/releases/tag/v10.8.1
This commit is contained in:
Thomas Gerbet 2022-01-27 14:00:40 +01:00
parent 6b5f731b74
commit 6896f3beb7

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "phoronix-test-suite";
version = "10.8.0";
version = "10.8.1";
src = fetchurl {
url = "https://phoronix-test-suite.com/releases/${pname}-${version}.tar.gz";
sha256 = "sha256-HvyMkafW2QdSlizWkOsv9U8VSN9Y9Z3F1jt1PwF9nuo=";
sha256 = "sha256-O1jqaUQZymCNcp+mznLtK0xRr0RHKe77zcbmcCkMqn8=";
};
buildInputs = [ php ];