Merge pull request #160424 from r-ryantm/auto-update/phoronix-test-suite

phoronix-test-suite: 10.8.1 -> 10.8.2
This commit is contained in:
davidak 2022-02-20 09:24:46 +01:00 committed by GitHub
commit b98bc34001
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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