Unverified Commit a83624d4 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

fio: 3.37 -> 3.38 (#346063)

parents 82ecd822 f7322be3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ]