Merge pull request #223081 from figsoda/oha

oha: 0.5.7 -> 0.5.8

authored by Nick Cao and committed by GitHub 77707d97 3652a01c

+3 -3
+3 -3
pkgs/tools/networking/oha/default.nix
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "oha"; 12 - version = "0.5.7"; 13 14 src = fetchFromGitHub { 15 owner = "hatoo"; 16 repo = pname; 17 rev = "refs/tags/v${version}"; 18 - sha256 = "sha256-lk4CePSvJb8W/3TAWyRhMcUUi7ZRdIs097Ny0ipXIuc="; 19 }; 20 21 - cargoSha256 = "sha256-cBtK/38b+W4GKiH+u9ouT52tapGUcPsHfC4DlNDHyjg="; 22 23 nativeBuildInputs = lib.optionals stdenv.isLinux [ 24 pkg-config
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "oha"; 12 + version = "0.5.8"; 13 14 src = fetchFromGitHub { 15 owner = "hatoo"; 16 repo = pname; 17 rev = "refs/tags/v${version}"; 18 + sha256 = "sha256-BnaFpJquYr+Ap9e31juAPVCE+AcTO7r3WfL/+OSLXIg="; 19 }; 20 21 + cargoSha256 = "sha256-7IRhHLBH4bLHI6gZEaSwqMn0XP+yoSVWwc+jikZpeD0="; 22 23 nativeBuildInputs = lib.optionals stdenv.isLinux [ 24 pkg-config