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

fio: 3.31 -> 3.32

authored by Christian Kögler and committed by GitHub 3dff37c5 7c994133

+2 -2
+2 -2
pkgs/tools/system/fio/default.nix
··· 4 4 5 5 stdenv.mkDerivation rec { 6 6 pname = "fio"; 7 - version = "3.31"; 7 + version = "3.32"; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "axboe"; 11 11 repo = "fio"; 12 12 rev = "fio-${version}"; 13 - sha256 = "sha256-wqm9yjrJKP3JgsLmPnu14Pi2zm0iTdGcTOGOqXmZslM="; 13 + sha256 = "sha256-z9p9WDVjKQAQIP1v5RxnDXjwVl4SVZOvdxlSt5NZN1k="; 14 14 }; 15 15 16 16 buildInputs = [ python3 zlib ]