Merge pull request #50122 from r-ryantm/auto-update/fio

fio: 3.11 -> 3.12
This commit is contained in:
Jörg Thalheim 2018-11-10 13:51:43 +00:00 committed by GitHub
commit 19c315c71d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
name = "fio-${version}";
version = "3.11";
version = "3.12";
src = fetchFromGitHub {
owner = "axboe";
repo = "fio";
rev = "fio-${version}";
sha256 = "0k5hja50qmz6qwm8h7z00zdgxhf1vg1g168jinqzn1521fihvlvz";
sha256 = "18awz03mdzdbja1n9nm6jyvv7ic2dabh6c7ip5vwpam8c6mj4yjq";
};
buildInputs = [ python zlib ]