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

fio: 3.32 -> 3.33
This commit is contained in:
Mario Rodas 2022-11-08 09:30:21 -05:00 committed by GitHub
commit c4bba42f49
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.32";
version = "3.33";
src = fetchFromGitHub {
owner = "axboe";
repo = "fio";
rev = "fio-${version}";
sha256 = "sha256-z9p9WDVjKQAQIP1v5RxnDXjwVl4SVZOvdxlSt5NZN1k=";
sha256 = "sha256-d4Fx2QdO+frt+gcBzegJ9CW5NJQRLNkML/iD3te/1d0=";
};
buildInputs = [ python3 zlib ]