This commit is contained in:
Timon
2026-04-23 13:46:24 +00:00
parent adee7fc46f
commit 7afa1ced37

View File

@@ -30,11 +30,11 @@ let
cargo = toolchain;
rustc = toolchain;
}).buildRustPackage
(finalAttrs: rec {
(finalAttrs: {
pname = "rustc_codegen_spirv";
version = "0.10.0-alpha.1";
src = pkgs.fetchCrate {
inherit pname version;
inherit (finalAttrs) pname version;
sha256 = "sha256-zJEpExkPgYzwo7fR4ge4GxJNj7H5yo4bJ4eTOw36+7c=";
};
cargoHash = "sha256-J1rtbfGqrL2NJ7Bu2pYfDwCdUmnECB/kzxrpYluA0kY=";