Skip to content

Commit

Permalink
fio: 2.17 -> 2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Apr 9, 2017
1 parent d284082 commit 1b94c30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/system/fio/default.nix
@@ -1,8 +1,8 @@
{ stdenv, fetchFromGitHub, libaio, python, zlib }:

let
version = "2.17";
sha256 = "17fygcy3flsp64mfmwpc66byy95cidby34s6grm3zgsjb7mcypr0";
version = "2.19";
sha256 = "1rfnisb8hqwx76rjmgaagvs3k0808z27ll9i3w5ifzysi1c1l6r9";
in

stdenv.mkDerivation rec {
Expand Down

0 comments on commit 1b94c30

Please sign in to comment.