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

fio: 3.22 -> 3.23
This commit is contained in:
Sarah Brofeldt 2020-11-01 12:16:48 +01:00 committed by GitHub
commit 334f98c013
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.22";
version = "3.23";
src = fetchFromGitHub {
owner = "axboe";
repo = "fio";
rev = "fio-${version}";
sha256 = "16p17l1xbqqkgppvwmfaywknhk4ybafnx8hm56ffd8bls9vaqw5m";
sha256 = "0xr1d1jh7zhdhf0zfv8w6r99hk8h5d22v36h13hrd8mqyaz1g8m0";
};
buildInputs = [ python zlib ]