fio: 3.10 -> 3.11
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fio/versions
This commit is contained in:
parent
35ce480d69
commit
15f3717b5e
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "fio-${version}";
|
name = "fio-${version}";
|
||||||
version = "3.10";
|
version = "3.11";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "axboe";
|
owner = "axboe";
|
||||||
repo = "fio";
|
repo = "fio";
|
||||||
rev = "fio-${version}";
|
rev = "fio-${version}";
|
||||||
sha256 = "0cg6knaja32g46j1vlf0qw4q8yng7hrnnvh6b768pbjdxpn3wvi0";
|
sha256 = "0k5hja50qmz6qwm8h7z00zdgxhf1vg1g168jinqzn1521fihvlvz";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ python zlib ]
|
buildInputs = [ python zlib ]
|
||||||
|
Loading…
Reference in New Issue
Block a user