about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-03-16 22:35:28 -0500
committerGitHub <noreply@github.com>2024-03-16 22:35:28 -0500
commit2606568a318ebcf378486bcd8856b1bf2da64ceb (patch)
treea72b7cd212ad2f4bb73bbd333c495d2dc410b941
parent1fce433c8eed54728bb9f36ca5c8c6ce8028ffc1 (diff)
parent52b3676ba44203eff44fefda874229f480498b85 (diff)
Merge pull request #296554 from r-ryantm/auto-update/oha
oha: 1.4.0 -> 1.4.1
-rw-r--r--pkgs/tools/networking/oha/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/networking/oha/default.nix b/pkgs/tools/networking/oha/default.nix
index 28a35929696a6..cbe629234b404 100644
--- a/pkgs/tools/networking/oha/default.nix
+++ b/pkgs/tools/networking/oha/default.nix
@@ -9,16 +9,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "oha";
-  version = "1.4.0";
+  version = "1.4.1";
 
   src = fetchFromGitHub {
     owner = "hatoo";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-mjQyeotXKF1hohSmPisshR8Cap9K/IEE55cYSk/QxQE=";
+    hash = "sha256-r5jYHs+oVflgFTQZpKvdNs56TmZtyljZKDJMVP+iUNY=";
   };
 
-  cargoHash = "sha256-JZIuKUky8D9Q+1JZQ4Vg8GF6Qkh9hG/FebpqyRzPOcA=";
+  cargoHash = "sha256-Q3ixlB/P/99h6ZuT37KrM9fxyBzcmlmM5jw6xDT2lPE=";
 
   nativeBuildInputs = lib.optionals stdenv.isLinux [
     pkg-config