spacemsg: update cargoSha256

This commit is contained in:
Astro 2019-10-03 23:06:16 +02:00
parent bb9ab094a9
commit 06d3c7bfbd
1 changed files with 7 additions and 7 deletions

View File

@ -7,40 +7,40 @@ let
batman-status = rustPlatform.buildRustPackage {
name = "batman-status";
src = <pile/batman-status>;
cargoSha256 = "04ibh8d5bjx7m634rq3l1m321glzkrgffd1i6nygi4f8ixzrdaqh";
cargoSha256 = "1aq2bk448klr0371prqdjflm834nb2yz3kdc0krhgnmjjnasc3d0";
};
ledball = rustPlatform.buildRustPackage {
name = "ledball";
src = <pile/ledball>;
cargoSha256 = "0inij66xyc4m2qca5ww5l177x6mylih13n08ibaxfpv6ngxbwj2k";
cargoSha256 = "0zyfbf3gph8gqab07fmm5a7x5slapsqn8ck6isp53fsa7ljnagjy";
};
ledball-globe = rustPlatform.buildRustPackage {
name = "ledball-globe";
src = <pile>;
sourceRoot = "pile/ledball-globe";
cargoSha256 = "1aq31rh3kzr42i3hc6hg4837mi2l4xxxgrvvpzpy7mz409ajdimj";
cargoSha256 = "091ndaxsr95q7d0kwp29yz2n3frmf3szy3h6dfdzzd2mwi7ij0bb";
};
ledball-impacts = rustPlatform.buildRustPackage {
name = "ledball-impacts";
src = <pile>;
sourceRoot = "pile/ledball-impacts";
cargoSha256 = "0inij66xyc4m2qca5ww5l177x6mylih13n08ibaxfpv6ngxbwj2k";
cargoSha256 = "0zyfbf3gph8gqab07fmm5a7x5slapsqn8ck6isp53fsa7ljnagjy";
};
ustripe-pulse = rustPlatform.buildRustPackage {
name = "ustripe-pulse";
src = <pile/ustripe-pulse>;
buildInputs = [ libpulseaudio.dev ];
cargoSha256 = "0j41i3lrfkffkzxjg3i4xdzdw2saqvkma74w4y87kq5bqs4wmszd";
cargoSha256 = "1sk00wyfhl1ga00rmbk3zm2hnjjwqg149j0g8djlv1mp9wg1ql40";
};
ustripe-sha = rustPlatform.buildRustPackage {
name = "ustripe-sha";
src = <pile/ustripe-sha>;
cargoSha256 = "0cqd4ch0m03yaqqxjh0a47jk0p6x7rgcrbdkds46g960lhk4vbb6";
cargoSha256 = "0m2zvnhl4w7ixlqgb2mxx48qgn6lwsdgc1jxzn7dg5m88hzb5ixp";
};
ustripe-twinkling = rustPlatform.buildRustPackage {
name = "ustripe-twinkling";
src = <pile/ustripe-twinkling>;
cargoSha256 = "060l74c6dln3rk2rp0zb4y198rbwz5hg5dz0hjlw7x362h5jmslw";
cargoSha256 = "07s77rjgv42ckgbmlxk5pndxv9856fr9n0n08pp37a10jnfs298b";
};
ustriped = stdenv.mkDerivation {
name = "ustriped";