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

fio: 3.35 -> 3.36
This commit is contained in:
Weijia Wang 2023-10-28 04:07:49 +02:00 committed by GitHub
commit b387d1f23e
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.35";
version = "3.36";
src = fetchFromGitHub {
owner = "axboe";
repo = "fio";
rev = "fio-${version}";
sha256 = "sha256-8LMpgayxBebHb0MXYmjlqqtndSiL42/yEQpgamxt9kI=";
sha256 = "sha256-w1k1DGgGYL2K/fZ30HMQE2vMcT6ZaaweM+KTcHKVEq4=";
};
buildInputs = [ python3 zlib ]