This commit is contained in:
Timon
2026-04-23 13:46:24 +00:00
parent adee7fc46f
commit 7afa1ced37
+2 -2
View File
@@ -30,11 +30,11 @@ let
cargo = toolchain; cargo = toolchain;
rustc = toolchain; rustc = toolchain;
}).buildRustPackage }).buildRustPackage
(finalAttrs: rec { (finalAttrs: {
pname = "rustc_codegen_spirv"; pname = "rustc_codegen_spirv";
version = "0.10.0-alpha.1"; version = "0.10.0-alpha.1";
src = pkgs.fetchCrate { src = pkgs.fetchCrate {
inherit pname version; inherit (finalAttrs) pname version;
sha256 = "sha256-zJEpExkPgYzwo7fR4ge4GxJNj7H5yo4bJ4eTOw36+7c="; sha256 = "sha256-zJEpExkPgYzwo7fR4ge4GxJNj7H5yo4bJ4eTOw36+7c=";
}; };
cargoHash = "sha256-J1rtbfGqrL2NJ7Bu2pYfDwCdUmnECB/kzxrpYluA0kY="; cargoHash = "sha256-J1rtbfGqrL2NJ7Bu2pYfDwCdUmnECB/kzxrpYluA0kY=";