Merge pull request #306185 from r-ryantm/auto-update/oha

oha: 1.4.1 -> 1.4.4

authored by Mario Rodas and committed by GitHub 0cf781e7 35afb1b2

+3 -3
+3 -3
pkgs/tools/networking/oha/default.nix
··· 9 9 10 10 rustPlatform.buildRustPackage rec { 11 11 pname = "oha"; 12 - version = "1.4.1"; 12 + version = "1.4.4"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "hatoo"; 16 16 repo = pname; 17 17 rev = "refs/tags/v${version}"; 18 - hash = "sha256-r5jYHs+oVflgFTQZpKvdNs56TmZtyljZKDJMVP+iUNY="; 18 + hash = "sha256-ghzBP7Y76eUmVbKAym7bujXdwJtHxuZKBt3kcbBriY4="; 19 19 }; 20 20 21 - cargoHash = "sha256-Q3ixlB/P/99h6ZuT37KrM9fxyBzcmlmM5jw6xDT2lPE="; 21 + cargoHash = "sha256-2QY4vmLvJ+QcSAfeDPGGW/YcUWd1kKeqKbYThYf4uOA="; 22 22 23 23 nativeBuildInputs = lib.optionals stdenv.isLinux [ 24 24 pkg-config