3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #237352 from figsoda/oha

oha: 0.5.8 -> 0.5.9
This commit is contained in:
Weijia Wang 2023-06-13 00:45:52 +03:00 committed by GitHub
commit 2014d4b17f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,16 +9,16 @@
rustPlatform.buildRustPackage rec {
pname = "oha";
version = "0.5.8";
version = "0.5.9";
src = fetchFromGitHub {
owner = "hatoo";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-BnaFpJquYr+Ap9e31juAPVCE+AcTO7r3WfL/+OSLXIg=";
sha256 = "sha256-GIC5GCKyMzP62gYTsYOdgNrAQP603Lvma7FBRhHtNHE=";
};
cargoSha256 = "sha256-7IRhHLBH4bLHI6gZEaSwqMn0XP+yoSVWwc+jikZpeD0=";
cargoSha256 = "sha256-i0eihIZL0275O3msQOVSOEUJsoIgE1N+KKfuw2Cw3oE=";
nativeBuildInputs = lib.optionals stdenv.isLinux [
pkg-config