Skip to content

Commit

Permalink
fio: 3.37 -> 3.38
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 3, 2024
1 parent 78389c5 commit f7322be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/system/fio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
pname = "fio";
version = "3.37";
version = "3.38";

src = fetchFromGitHub {
owner = "axboe";
repo = "fio";
rev = "fio-${version}";
sha256 = "sha256-dKHTxVglH10aV44RuSeIFATn83DVdmCYtuaiS3b0+zo=";
sha256 = "sha256-hjU6be1+x4YsY9hztqSD5zIxojs6qRZH7GwEkxPwdus=";
};

buildInputs = [ python3 zlib ]
Expand Down

0 comments on commit f7322be

Please sign in to comment.