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

phoronix-test-suite: 10.8.2 -> 10.8.4
This commit is contained in:
Christian Kögler 2022-08-15 13:46:52 +02:00 committed by GitHub
commit 97c6962fab
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.2";
version = "10.8.4";
src = fetchurl {
url = "https://phoronix-test-suite.com/releases/${pname}-${version}.tar.gz";
sha256 = "sha256-hmgTQ9IEFYMasW72w9HDF+I0XncZJeBpiukgoDqeqrY=";
sha256 = "sha256-HyCS1TbAoxk+/FPkpQ887mXA7xp40x5UBPHGY//3t/Q=";
};
buildInputs = [ php ];