summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2020-06-10 19:45:47 -0700
committerGitHub <noreply@github.com>2020-06-10 19:45:47 -0700
commit359d87eacaa0be36862d62c3af4df9d870dca3a9 (patch)
tree1a9e8e66d024561076665fed453d253c06b41520 /pkgs
parent580a0e52b1323b4693e9edbed1490830163c3d32 (diff)
parentd0f93d051584c08b226a6492a875f70db55d2422 (diff)
downloadnixpkgs-359d87eacaa0be36862d62c3af4df9d870dca3a9.tar
nixpkgs-359d87eacaa0be36862d62c3af4df9d870dca3a9.tar.gz
nixpkgs-359d87eacaa0be36862d62c3af4df9d870dca3a9.tar.bz2
nixpkgs-359d87eacaa0be36862d62c3af4df9d870dca3a9.tar.lz
nixpkgs-359d87eacaa0be36862d62c3af4df9d870dca3a9.tar.xz
nixpkgs-359d87eacaa0be36862d62c3af4df9d870dca3a9.tar.zst
nixpkgs-359d87eacaa0be36862d62c3af4df9d870dca3a9.zip
Merge pull request #90111 from r-ryantm/auto-update/phoronix-test-suite
phoronix-test-suite: 9.6.0 -> 9.6.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/misc/phoronix-test-suite/default.nix4
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 0abbcd5c3a2..83e96d8f9e6 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 = "9.6.0";
+  version = "9.6.1";
 
   src = fetchurl {
     url = "https://phoronix-test-suite.com/releases/${pname}-${version}.tar.gz";
-    sha256 = "1wgw5lwpm3ylby2llnjiq356cdb3v1jghj7xq659c722wj617i88";
+    sha256 = "1qnci0bipzq68mwfgmm7kcxjxcpfdrqf705am2jsj1mfd82y7yla";
   };
 
   buildInputs = [ php ];