steel: 0-unstable-2025-10-24 -> 0-unstable-2025-11-04

This commit is contained in:
R. Ryantm
2025-11-05 22:20:37 +00:00
parent 99fd055825
commit c81e711d7f
+4 -4
View File
@@ -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