Loading pkgs/tools/system/fio/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 ] Loading Loading
pkgs/tools/system/fio/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 ] Loading