oha: 1.9.0 -> 1.10.0

This commit is contained in:
R. Ryantm
2025-09-06 07:52:41 +00:00
parent a50c9f77d2
commit 3e41058044
+3 -3
View File
@@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec {
pname = "oha";
version = "1.9.0";
version = "1.10.0";
src = fetchFromGitHub {
owner = "hatoo";
repo = "oha";
tag = "v${version}";
hash = "sha256-ZUZee+jEhTaVGwYtNvYHckdLxb9axOsLUYkKrd07Zvg=";
hash = "sha256-xzzlW0oYjlvOItSTmMM5wBlPd7JcmLvpJ+Bf0cCh4ao=";
};
cargoHash = "sha256-HUy41huDWTmpdPkcCB4Kti7oAI7M5q5gB8u/UZlLrU4=";
cargoHash = "sha256-k3NlPGtWyj8mTvH+FIasiwrf7JjyY2yKJVTHFjPnIEI=";
nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [
pkg-config