Merge pull request #137868 from trofi/update-fio

fio: 3.27 -> 3.28
This commit is contained in:
figsoda 2021-09-16 08:34:55 -04:00 committed by GitHub
commit 2c4f9e3120
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ]