mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
phoronix-test-suite: 10.8.1 -> 10.8.2
This commit is contained in:
parent
49e534cf3b
commit
a7c9fa3eab
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "phoronix-test-suite";
|
pname = "phoronix-test-suite";
|
||||||
version = "10.8.1";
|
version = "10.8.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://phoronix-test-suite.com/releases/${pname}-${version}.tar.gz";
|
url = "https://phoronix-test-suite.com/releases/${pname}-${version}.tar.gz";
|
||||||
sha256 = "sha256-O1jqaUQZymCNcp+mznLtK0xRr0RHKe77zcbmcCkMqn8=";
|
sha256 = "sha256-hmgTQ9IEFYMasW72w9HDF+I0XncZJeBpiukgoDqeqrY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ php ];
|
buildInputs = [ php ];
|
||||||
|
Loading…
Reference in New Issue
Block a user