Unverified Commit d61ac510 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

steel: 0-unstable-2025-10-24 -> 0-unstable-2025-11-04 (#458966)

parents 7583e143 c81e711d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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