Merge pull request #248727 from figsoda/oha

oha: 0.6.1 -> 0.6.2

authored by Mario Rodas and committed by GitHub ab7ac0ff d62df113

+3 -3
+3 -3
pkgs/tools/networking/oha/default.nix
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "oha"; 12 - version = "0.6.1"; 13 14 src = fetchFromGitHub { 15 owner = "hatoo"; 16 repo = pname; 17 rev = "refs/tags/v${version}"; 18 - sha256 = "sha256-TwaGF/ER1VSaDwapm+0f29i7siqFh/njYqwlQIO5yio="; 19 }; 20 21 - cargoSha256 = "sha256-PLOc+bQN4/mjb6Rh0b6Wl/iL1Xys2WXNBNK42Rp4ilQ="; 22 23 nativeBuildInputs = lib.optionals stdenv.isLinux [ 24 pkg-config
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "oha"; 12 + version = "0.6.2"; 13 14 src = fetchFromGitHub { 15 owner = "hatoo"; 16 repo = pname; 17 rev = "refs/tags/v${version}"; 18 + sha256 = "sha256-LGO2DAT538+g1q9K4elnV7uwzyqPsqmGd/m8DYCwwEo="; 19 }; 20 21 + cargoSha256 = "sha256-uw9cAog+MauWd0Dd1TMt6HZW4/OBNvjjrgD4EfB43Rc="; 22 23 nativeBuildInputs = lib.optionals stdenv.isLinux [ 24 pkg-config