From c1c01db1301d0f59210f641d5efd38f34e9747cc Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 20 Mar 2025 03:44:52 +0000 Subject: [PATCH] ox: 0.7.6 -> 0.7.7 --- pkgs/by-name/ox/ox/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ox/ox/package.nix b/pkgs/by-name/ox/ox/package.nix index b3250497eff8a..6ddb6210e48ab 100644 --- a/pkgs/by-name/ox/ox/package.nix +++ b/pkgs/by-name/ox/ox/package.nix @@ -8,17 +8,17 @@ rustPlatform.buildRustPackage rec { pname = "ox"; - version = "0.7.6"; + version = "0.7.7"; src = fetchFromGitHub { owner = "curlpipe"; repo = "ox"; tag = version; - hash = "sha256-kTCdq3C0OUQS3tQRwEJ0+MTHZ8j2nnUARjdbmfH6ed4="; + hash = "sha256-h4oC+TRLPKgXid4YIn2TdTxgEBvbBDy66jfbyA5ia4o="; }; useFetchCargoVendor = true; - cargoHash = "sha256-1d5gGqEn6kBCXqAnwHAe7rnvaGG2wVODrxeQt+k6iJs="; + cargoHash = "sha256-Vf5Y/rXykaYkrnTjVMShnGYikDIu2b1l2oDOiB0O95I="; nativeInstallCheckInputs = [ versionCheckHook