diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2022-02-17 04:54:59 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-02-20 08:29:49 +0000 |
| commit | 59ed4fc57112960ba466f9b53360c631e1577c41 (patch) | |
| tree | b045807ef5f808fddeea813ce06ae14244057e76 | |
| parent | Merge pull request #161004 from NixOS/backport-160944-to-release-21.11 (diff) | |
| download | nixpkgs-59ed4fc57112960ba466f9b53360c631e1577c41.tar.gz | |
phoronix-test-suite: 10.8.1 -> 10.8.2
(cherry picked from commit a7c9fa3eab823271cbc5ece7771c48d8ccca4ceb)
| -rw-r--r-- | pkgs/tools/misc/phoronix-test-suite/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/phoronix-test-suite/default.nix b/pkgs/tools/misc/phoronix-test-suite/default.nix index 4d0c33137345..821cf8d21d5e 100644 --- a/pkgs/tools/misc/phoronix-test-suite/default.nix +++ b/pkgs/tools/misc/phoronix-test-suite/default.nix @@ -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 ]; |
