summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2018-02-24 02:59:14 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2018-02-24 02:59:25 +0200
commitcb6172c3b11ce5ae8612d6aace49b0a186474641 (patch)
tree148135ef847b19d2689bcd54c52e2f17de3ee580 /pkgs/tools/system
parent7d37688d66bf830767ae39724406abd78347fcfb (diff)
downloadnixlib-cb6172c3b11ce5ae8612d6aace49b0a186474641.tar
nixlib-cb6172c3b11ce5ae8612d6aace49b0a186474641.tar.gz
nixlib-cb6172c3b11ce5ae8612d6aace49b0a186474641.tar.bz2
nixlib-cb6172c3b11ce5ae8612d6aace49b0a186474641.tar.lz
nixlib-cb6172c3b11ce5ae8612d6aace49b0a186474641.tar.xz
nixlib-cb6172c3b11ce5ae8612d6aace49b0a186474641.tar.zst
nixlib-cb6172c3b11ce5ae8612d6aace49b0a186474641.zip
fio: 3.4 -> 3.5
Diffstat (limited to 'pkgs/tools/system')
-rw-r--r--pkgs/tools/system/fio/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/fio/default.nix b/pkgs/tools/system/fio/default.nix
index 1c98f7126937..9e2bd1a2e2c4 100644
--- a/pkgs/tools/system/fio/default.nix
+++ b/pkgs/tools/system/fio/default.nix
@@ -1,8 +1,8 @@
 { stdenv, fetchFromGitHub, libaio, python, zlib }:
 
 let
-  version = "3.4";
-  sha256 = "0img4288ygil36bsgpr4yh06zfbp3mdkf7zbyqjcrjgpr4mai9zf";
+  version = "3.5";
+  sha256 = "1h6qwvn0h3xz98420a19v8isfjkfnac9vvx8hsw8q4ycb35r8n3h";
 in
 
 stdenv.mkDerivation rec {