From c81e711d7f51c4ca5a67fdb86f1e75be0fd5efe6 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 5 Nov 2025 22:20:37 +0000 Subject: [PATCH] steel: 0-unstable-2025-10-24 -> 0-unstable-2025-11-04 --- pkgs/by-name/st/steel/package.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/st/steel/package.nix b/pkgs/by-name/st/steel/package.nix index 22c890941c55..7f09db24af69 100644 --- a/pkgs/by-name/st/steel/package.nix +++ b/pkgs/by-name/st/steel/package.nix @@ -19,16 +19,16 @@ }: rustPlatform.buildRustPackage { pname = "steel"; - version = "0-unstable-2025-10-24"; + version = "0-unstable-2025-11-04"; src = fetchFromGitHub { owner = "mattwparas"; repo = "steel"; - rev = "0b89c955668a48e8aab4344d5f7d3a44360ec73e"; - hash = "sha256-hbjCJeWJi71mY+2oW8KOIuYppYL2YIhwImm8GFxD9O4="; + rev = "ee5c58b83ff46738e3fb9990138b88abe5286b07"; + hash = "sha256-eFa3R7G9GkanWMA6g7miu983tyXQVmt69tyhaftEJOU="; }; - cargoHash = "sha256-CrmQhOfh7SQ5GvBywmYkfU6wMlgZq2x61+T+mIeQ7z4="; + cargoHash = "sha256-RCFLN0+59FV2fs0zGi1uuHt7B6DZUROFxisqoEQsT7U="; nativeBuildInputs = [ curl