pile: reorder

This commit is contained in:
Astro 2019-09-13 00:33:22 +02:00
parent 7d58a559e1
commit 82a4dfd7fd
1 changed files with 2 additions and 2 deletions

View File

@ -17,14 +17,14 @@ let
ledball-globe = rustPlatform.buildRustPackage {
name = "ledball-globe";
src = <pile>;
cargoSha256 = "1aq31rh3kzr42i3hc6hg4837mi2l4xxxgrvvpzpy7mz409ajdimj";
sourceRoot = "pile/ledball-globe";
cargoSha256 = "1aq31rh3kzr42i3hc6hg4837mi2l4xxxgrvvpzpy7mz409ajdimj";
};
ledball-impacts = rustPlatform.buildRustPackage {
name = "ledball-impacts";
src = <pile>;
cargoSha256 = "0inij66xyc4m2qca5ww5l177x6mylih13n08ibaxfpv6ngxbwj2k";
sourceRoot = "pile/ledball-impacts";
cargoSha256 = "0inij66xyc4m2qca5ww5l177x6mylih13n08ibaxfpv6ngxbwj2k";
};
ustripe-pulse = rustPlatform.buildRustPackage {
name = "ustripe-pulse";