about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-03-10 20:18:46 -0500
committerGitHub <noreply@github.com>2024-03-10 20:18:46 -0500
commitc41ece2391fdc2351e839a9d9bb9cc561480ddea (patch)
tree6fc7196e99dea9f3cb1191f9900e5e3691e0b9c2
parent6ae71359c4ddd67dcea3edd4bc7b1c437aa1e7f3 (diff)
parent986f5ee428396f667dd45f473daaebf9f5ffc40f (diff)
Merge pull request #294494 from r-ryantm/auto-update/oha
oha: 1.3.0 -> 1.4.0
-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 2ba7a62152db3..28a35929696a6 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.3.0";
+  version = "1.4.0";
 
   src = fetchFromGitHub {
     owner = "hatoo";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-UZPC1Arp7/u8XafBvupAAwVu7lx5/F1Ahp944pfe2gw=";
+    hash = "sha256-mjQyeotXKF1hohSmPisshR8Cap9K/IEE55cYSk/QxQE=";
   };
 
-  cargoHash = "sha256-6uGJ6cuMXFLJ6vvUNmUwc+r/4jRHEH5jiOTNb6Fkf6Y=";
+  cargoHash = "sha256-JZIuKUky8D9Q+1JZQ4Vg8GF6Qkh9hG/FebpqyRzPOcA=";
 
   nativeBuildInputs = lib.optionals stdenv.isLinux [
     pkg-config