phoronix-test-suite: 10.2.0 -> 10.2.1

This commit is contained in:
R. RyanTM 2021-02-05 12:45:11 +00:00
parent 24e5fe6075
commit 503e600854

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "phoronix-test-suite";
version = "10.2.0";
version = "10.2.1";
src = fetchurl {
url = "https://phoronix-test-suite.com/releases/${pname}-${version}.tar.gz";
sha256 = "sha256-eoKHgbSyOEkwzki5wWuZlOAmZljxOMXcztA/g8TtutQ=";
sha256 = "sha256-2HB4TPbyG+cTY6O1k0tRPrnKyg41SYnVM919Hii3gpg=";
};
buildInputs = [ php ];