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

fio: 3.31 -> 3.32
This commit is contained in:
Christian Kögler 2022-09-12 21:45:49 +02:00 committed by GitHub
commit 3dff37c5d9
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.31";
version = "3.32";
src = fetchFromGitHub {
owner = "axboe";
repo = "fio";
rev = "fio-${version}";
sha256 = "sha256-wqm9yjrJKP3JgsLmPnu14Pi2zm0iTdGcTOGOqXmZslM=";
sha256 = "sha256-z9p9WDVjKQAQIP1v5RxnDXjwVl4SVZOvdxlSt5NZN1k=";
};
buildInputs = [ python3 zlib ]