Skip to content

Commit

Permalink
Merge pull request #93786 from r-ryantm/auto-update/fio
Browse files Browse the repository at this point in the history
fio: 3.20 -> 3.21
  • Loading branch information
dywedir committed Jul 24, 2020
2 parents dbacb52 + 563d5fa commit 7adb91d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/system/fio/default.nix
Expand Up @@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
pname = "fio";
version = "3.20";
version = "3.21";

src = fetchFromGitHub {
owner = "axboe";
repo = "fio";
rev = "fio-${version}";
sha256 = "1ahdcyrj7jgm4qx5s0q7gvbpqr2w57psazsf0wswp1v3mb9w4zg4";
sha256 = "0v8bq79n2nfnrs8pw2f3a93f8k691dnfzd5qxb5srwak4y2za7hn";
};

buildInputs = [ python zlib ]
Expand Down

0 comments on commit 7adb91d

Please sign in to comment.