Unverified Commit a4fa0442 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #299365 from r-ryantm/auto-update/fio

fio: 3.36 -> 3.37
parents 4af4bf45 aee2b5bd
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.36";
  version = "3.37";

  src = fetchFromGitHub {
    owner  = "axboe";
    repo   = "fio";
    rev    = "fio-${version}";
    sha256 = "sha256-w1k1DGgGYL2K/fZ30HMQE2vMcT6ZaaweM+KTcHKVEq4=";
    sha256 = "sha256-dKHTxVglH10aV44RuSeIFATn83DVdmCYtuaiS3b0+zo=";
  };

  buildInputs = [ python3 zlib ]