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

fio: 3.36 -> 3.37
This commit is contained in:
Weijia Wang 2024-04-02 00:02:23 +02:00 committed by GitHub
commit a4fa04425e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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 ]