fio: 3.27 -> 3.28

This commit is contained in:
Sergei Trofimovich 2021-09-14 18:45:45 +01:00
parent 21e78fd4ea
commit 430a13f7e7

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "fio";
version = "3.27";
version = "3.28";
src = fetchFromGitHub {
owner = "axboe";
repo = "fio";
rev = "fio-${version}";
sha256 = "sha256-/VzqmDbCTOOwFBMDj9nYuAW7ZJNM8B2LQ3QxReWG+iw=";
sha256 = "sha256-8F31tyZ4/Qk14uwkg0DRPMdSaZGRVnI1dUDOITWhYAA=";
};
buildInputs = [ python3 zlib ]