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

fio: 3.33 -> 3.34
This commit is contained in:
Weijia Wang 2023-03-19 00:00:45 +02:00 committed by GitHub
commit 582dab225a
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.33";
version = "3.34";
src = fetchFromGitHub {
owner = "axboe";
repo = "fio";
rev = "fio-${version}";
sha256 = "sha256-d4Fx2QdO+frt+gcBzegJ9CW5NJQRLNkML/iD3te/1d0=";
sha256 = "sha256-+csIerzwYOmXfmykYI0DHzbJf4iUCkEy1f7SFmAiuv4=";
};
buildInputs = [ python3 zlib ]