Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-02-06 18:15:53 +00:00
committed by GitHub
15 changed files with 122 additions and 105 deletions
@@ -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 ];