fio: 3.37 -> 3.38 (#346063)

This commit is contained in:
OTABI Tomoya 2024-10-09 13:55:24 +09:00 committed by GitHub
commit a83624d461
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "fio";
version = "3.37";
version = "3.38";
src = fetchFromGitHub {
owner = "axboe";
repo = "fio";
rev = "fio-${version}";
sha256 = "sha256-dKHTxVglH10aV44RuSeIFATn83DVdmCYtuaiS3b0+zo=";
sha256 = "sha256-hjU6be1+x4YsY9hztqSD5zIxojs6qRZH7GwEkxPwdus=";
};
buildInputs = [ python3 zlib ]