Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cef39f908900
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f78844acb4e5
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 7, 2020

  1. phoronix-test-suite: 9.4.1 -> 9.6.0

    r-ryantm authored and Jon committed May 7, 2020
    Copy the full SHA
    f78844a View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/misc/phoronix-test-suite/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/misc/phoronix-test-suite/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "phoronix-test-suite";
version = "9.4.1";
version = "9.6.0";

src = fetchurl {
url = "https://phoronix-test-suite.com/releases/${pname}-${version}.tar.gz";
sha256 = "1c33c8aihsfdxaqkwy4isrvmjam5j5rdz98vv2apy73638vx3q04";
sha256 = "1wgw5lwpm3ylby2llnjiq356cdb3v1jghj7xq659c722wj617i88";
};

buildInputs = [ php ];