mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 13:08:13 +08:00
Review
This commit is contained in:
@@ -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=";
|
||||||
|
|||||||
Reference in New Issue
Block a user