mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
fio: 3.27 -> 3.28
This commit is contained in:
parent
21e78fd4ea
commit
430a13f7e7
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "fio";
|
pname = "fio";
|
||||||
version = "3.27";
|
version = "3.28";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "axboe";
|
owner = "axboe";
|
||||||
repo = "fio";
|
repo = "fio";
|
||||||
rev = "fio-${version}";
|
rev = "fio-${version}";
|
||||||
sha256 = "sha256-/VzqmDbCTOOwFBMDj9nYuAW7ZJNM8B2LQ3QxReWG+iw=";
|
sha256 = "sha256-8F31tyZ4/Qk14uwkg0DRPMdSaZGRVnI1dUDOITWhYAA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ python3 zlib ]
|
buildInputs = [ python3 zlib ]
|
||||||
|
Loading…
Reference in New Issue
Block a user