Merge pull request #168163 from r-ryantm/auto-update/fio

fio: 3.29 -> 3.30
This commit is contained in:
Jörg Thalheim 2022-04-11 08:36:58 +01:00 committed by GitHub
commit 28ce5bc73f
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.29";
version = "3.30";
src = fetchFromGitHub {
owner = "axboe";
repo = "fio";
rev = "fio-${version}";
sha256 = "sha256-SSQFZK8oVarenp/I37QX/N4F4Es2r2bVyWw6U2OcCHw=";
sha256 = "sha256-X2B8xlCLSHDgTaH55TUJq4WcaObZy/fvfkQ0j3J9Kzo=";
};
buildInputs = [ python3 zlib ]