Skip to content

Commit

Permalink
oha: 1.4.1 -> 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 23, 2024
1 parent 16da38c commit 9a16d24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/oha/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

rustPlatform.buildRustPackage rec {
pname = "oha";
version = "1.4.1";
version = "1.4.4";

src = fetchFromGitHub {
owner = "hatoo";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-r5jYHs+oVflgFTQZpKvdNs56TmZtyljZKDJMVP+iUNY=";
hash = "sha256-ghzBP7Y76eUmVbKAym7bujXdwJtHxuZKBt3kcbBriY4=";
};

cargoHash = "sha256-Q3ixlB/P/99h6ZuT37KrM9fxyBzcmlmM5jw6xDT2lPE=";
cargoHash = "sha256-2QY4vmLvJ+QcSAfeDPGGW/YcUWd1kKeqKbYThYf4uOA=";

nativeBuildInputs = lib.optionals stdenv.isLinux [
pkg-config
Expand Down

0 comments on commit 9a16d24

Please sign in to comment.