From 75d9ab962e4be40b089da1b168f4619351b368df Mon Sep 17 00:00:00 2001 From: Heitor Augusto Date: Sat, 6 Sep 2025 16:05:41 -0300 Subject: [PATCH] steel: 0-unstable-2025-06-15 -> 0-unstable-2025-08-30 --- pkgs/by-name/st/steel/package.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/by-name/st/steel/package.nix b/pkgs/by-name/st/steel/package.nix index 3be8c2bb4062..f50cfd89e236 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-06-15"; + version = "0-unstable-2025-08-30"; src = fetchFromGitHub { owner = "mattwparas"; repo = "steel"; - rev = "123adb314702d6520f8ab04115e79308d2400c38"; - hash = "sha256-o1RZBlAGUht0Q7UVF+yPlrWW7B016fpBBcoaxuzRQo4="; + rev = "c24b1f36012850e54375c9421d7289aae6fc528e"; + hash = "sha256-zKdIPW2r/8l1Qo+4nGToAk1+3PuT+M/norYw3+ywfhI="; }; - cargoHash = "sha256-/vPDVVOhLO7mnULyU8QLW+YHh+kGd+BSiPi55jrOWps="; + cargoHash = "sha256-a7wene1oI2lhMUo8iguosXyk1G12bhrEdK7IJ/WgRq4="; nativeBuildInputs = [ curl @@ -63,7 +63,7 @@ rustPlatform.buildRustPackage { ] ++ lib.optionals includeForge [ "--package" - "forge" + "steel-forge" ]; # Tests are disabled since they always fail when building with Nix @@ -72,7 +72,7 @@ rustPlatform.buildRustPackage { postInstall = '' mkdir -p $out/lib/steel - substituteInPlace cogs/installer/download.scm \ + substituteInPlace crates/forge/installer/download.scm \ --replace-fail '"cargo-steel-lib"' '"$out/bin/cargo-steel-lib"' pushd cogs