mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 01:47:50 +00:00
oha: 0.5.9 -> 0.6.0
Diff: https://github.com/hatoo/oha/compare/refs/tags/v0.5.9...v0.6.0 Changelog: https://github.com/hatoo/oha/blob/v0.6.0/CHANGELOG.md
This commit is contained in:
parent
483e30ac64
commit
2b8a48c7e8
@ -9,16 +9,16 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "oha";
|
||||
version = "0.5.9";
|
||||
version = "0.6.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "hatoo";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
sha256 = "sha256-GIC5GCKyMzP62gYTsYOdgNrAQP603Lvma7FBRhHtNHE=";
|
||||
sha256 = "sha256-IMr4CAh+XyPnv1GToZVZVpMi0eI565N6W9DivmivU70=";
|
||||
};
|
||||
|
||||
cargoSha256 = "sha256-i0eihIZL0275O3msQOVSOEUJsoIgE1N+KKfuw2Cw3oE=";
|
||||
cargoSha256 = "sha256-AXm9tNv0buR40B8cWZRaSvbYXwqalwqJZnBAwrjvBiY=";
|
||||
|
||||
nativeBuildInputs = lib.optionals stdenv.isLinux [
|
||||
pkg-config
|
||||
|
Loading…
Reference in New Issue
Block a user