We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce55b09 commit 563d5faCopy full SHA for 563d5fa
1 file changed
pkgs/tools/system/fio/default.nix
@@ -4,13 +4,13 @@
4
5
stdenv.mkDerivation rec {
6
pname = "fio";
7
- version = "3.20";
+ version = "3.21";
8
9
src = fetchFromGitHub {
10
owner = "axboe";
11
repo = "fio";
12
rev = "fio-${version}";
13
- sha256 = "1ahdcyrj7jgm4qx5s0q7gvbpqr2w57psazsf0wswp1v3mb9w4zg4";
+ sha256 = "0v8bq79n2nfnrs8pw2f3a93f8k691dnfzd5qxb5srwak4y2za7hn";
14
};
15
16
buildInputs = [ python zlib ]
0 commit comments