Commit f7322be3 authored by R. RyanTM's avatar R. RyanTM
Browse files

fio: 3.37 -> 3.38

parent 78389c56
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 ]