fio: 2.9 -> 2.12

This commit is contained in:
mimadrid 2016-06-25 11:06:16 +02:00
parent fbde3a7452
commit 49902897f2
No known key found for this signature in database
GPG key ID: 4D0F6894D41C6957

View file

@ -1,8 +1,8 @@
{ stdenv, fetchFromGitHub, libaio, python, zlib }:
let
version = "2.9";
sha256 = "10x5b1f1pdsh33kqzc8yf2v4mijlmkh72lmh9za6kz7hb3hp1nvi";
version = "2.12";
sha256 = "1m0fx0x1v2375vyxhd2i12b9w1qy4yh75f6qhwlcr78himcsmpp9";
in
stdenv.mkDerivation rec {