Skip to content

Commit aa2db3a

Browse files
committed
fio: 3.38 -> 3.39
1 parent c3e1114 commit aa2db3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/fi/fio/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212

1313
stdenv.mkDerivation rec {
1414
pname = "fio";
15-
version = "3.38";
15+
version = "3.39";
1616

1717
src = fetchFromGitHub {
1818
owner = "axboe";
1919
repo = "fio";
2020
rev = "fio-${version}";
21-
sha256 = "sha256-hjU6be1+x4YsY9hztqSD5zIxojs6qRZH7GwEkxPwdus=";
21+
sha256 = "sha256-wM2MWsirhfpbqe9w21hbmXSWDKUfEM2B7K7QWHmMnmE=";
2222
};
2323

2424
buildInputs = [

0 commit comments

Comments
 (0)