3
0
Fork 0
forked from mirrors/nixpkgs

fio: 2.20 -> 2.21

This commit is contained in:
Tuomas Tynkkynen 2017-06-19 15:10:04 +03:00
parent ffa0489310
commit f19f6317ea

View file

@ -1,8 +1,8 @@
{ stdenv, fetchFromGitHub, libaio, python, zlib }:
let
version = "2.20";
sha256 = "06sn9ll75xbr2rr7zn8xzdy1v705kqfxv6q1zx6ysvxwri0sxrfx";
version = "2.21";
sha256 = "0nvvnhmls9gbn093lzcgps1w8824ylgyz674af85768pw2bvczzy";
in
stdenv.mkDerivation rec {