fio: 3.15 -> 3.16
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
96ac71d680
commit
9d6f4a662d
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "fio";
|
pname = "fio";
|
||||||
version = "3.15";
|
version = "3.16";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "axboe";
|
owner = "axboe";
|
||||||
repo = "fio";
|
repo = "fio";
|
||||||
rev = "fio-${version}";
|
rev = "fio-${version}";
|
||||||
sha256 = "0wzy5byc2qx5mbnwkcyjkrzc662n4wkrzpcg4h611q4ix494zka9";
|
sha256 = "10ygvmzsrqh2bs8v0a304gkl8h50437xfaz1ck7j2ymckipnbha0";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ python zlib ]
|
buildInputs = [ python zlib ]
|
||||||
|
Loading…
Reference in New Issue
Block a user