Loading pkgs/tools/system/stressapptest/default.nix +7 −4 Original line number Diff line number Diff line Loading @@ -11,17 +11,20 @@ stdenv.mkDerivation rec { src = fetchFromGitHub { owner = pname; repo = pname; rev = "v${version}"; sha256 = "sha256-lZpF7PdUwKnV0ha6xkLvi7XYFZQ4Avy0ltlXxukuWjM="; rev = "refs/tags/v${version}"; hash = "sha256-lZpF7PdUwKnV0ha6xkLvi7XYFZQ4Avy0ltlXxukuWjM="; }; buildInputs = [ libaio ]; buildInputs = [ libaio ]; meta = with lib; { description = "Userspace memory and IO stress test tool"; homepage = "https://github.com/stressapptest/stressapptest"; changelog = "https://github.com/stressapptest/stressapptest/releases/tag/v${version}"; license = with licenses; [ asl20 ]; maintainers = with lib.maintainers; [ fab ]; maintainers = with maintainers; [ fab ]; platforms = platforms.unix; }; } Loading
pkgs/tools/system/stressapptest/default.nix +7 −4 Original line number Diff line number Diff line Loading @@ -11,17 +11,20 @@ stdenv.mkDerivation rec { src = fetchFromGitHub { owner = pname; repo = pname; rev = "v${version}"; sha256 = "sha256-lZpF7PdUwKnV0ha6xkLvi7XYFZQ4Avy0ltlXxukuWjM="; rev = "refs/tags/v${version}"; hash = "sha256-lZpF7PdUwKnV0ha6xkLvi7XYFZQ4Avy0ltlXxukuWjM="; }; buildInputs = [ libaio ]; buildInputs = [ libaio ]; meta = with lib; { description = "Userspace memory and IO stress test tool"; homepage = "https://github.com/stressapptest/stressapptest"; changelog = "https://github.com/stressapptest/stressapptest/releases/tag/v${version}"; license = with licenses; [ asl20 ]; maintainers = with lib.maintainers; [ fab ]; maintainers = with maintainers; [ fab ]; platforms = platforms.unix; }; }