From 06d3c7bfbdb0107d3112a3623cec20f218345849 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 3 Oct 2019 23:06:16 +0200 Subject: [PATCH] spacemsg: update cargoSha256 --- pile.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pile.nix b/pile.nix index 880a098..9374c64 100644 --- a/pile.nix +++ b/pile.nix @@ -7,40 +7,40 @@ let batman-status = rustPlatform.buildRustPackage { name = "batman-status"; src = ; - cargoSha256 = "04ibh8d5bjx7m634rq3l1m321glzkrgffd1i6nygi4f8ixzrdaqh"; + cargoSha256 = "1aq2bk448klr0371prqdjflm834nb2yz3kdc0krhgnmjjnasc3d0"; }; ledball = rustPlatform.buildRustPackage { name = "ledball"; src = ; - cargoSha256 = "0inij66xyc4m2qca5ww5l177x6mylih13n08ibaxfpv6ngxbwj2k"; + cargoSha256 = "0zyfbf3gph8gqab07fmm5a7x5slapsqn8ck6isp53fsa7ljnagjy"; }; ledball-globe = rustPlatform.buildRustPackage { name = "ledball-globe"; src = ; sourceRoot = "pile/ledball-globe"; - cargoSha256 = "1aq31rh3kzr42i3hc6hg4837mi2l4xxxgrvvpzpy7mz409ajdimj"; + cargoSha256 = "091ndaxsr95q7d0kwp29yz2n3frmf3szy3h6dfdzzd2mwi7ij0bb"; }; ledball-impacts = rustPlatform.buildRustPackage { name = "ledball-impacts"; src = ; sourceRoot = "pile/ledball-impacts"; - cargoSha256 = "0inij66xyc4m2qca5ww5l177x6mylih13n08ibaxfpv6ngxbwj2k"; + cargoSha256 = "0zyfbf3gph8gqab07fmm5a7x5slapsqn8ck6isp53fsa7ljnagjy"; }; ustripe-pulse = rustPlatform.buildRustPackage { name = "ustripe-pulse"; src = ; buildInputs = [ libpulseaudio.dev ]; - cargoSha256 = "0j41i3lrfkffkzxjg3i4xdzdw2saqvkma74w4y87kq5bqs4wmszd"; + cargoSha256 = "1sk00wyfhl1ga00rmbk3zm2hnjjwqg149j0g8djlv1mp9wg1ql40"; }; ustripe-sha = rustPlatform.buildRustPackage { name = "ustripe-sha"; src = ; - cargoSha256 = "0cqd4ch0m03yaqqxjh0a47jk0p6x7rgcrbdkds46g960lhk4vbb6"; + cargoSha256 = "0m2zvnhl4w7ixlqgb2mxx48qgn6lwsdgc1jxzn7dg5m88hzb5ixp"; }; ustripe-twinkling = rustPlatform.buildRustPackage { name = "ustripe-twinkling"; src = ; - cargoSha256 = "060l74c6dln3rk2rp0zb4y198rbwz5hg5dz0hjlw7x362h5jmslw"; + cargoSha256 = "07s77rjgv42ckgbmlxk5pndxv9856fr9n0n08pp37a10jnfs298b"; }; ustriped = stdenv.mkDerivation { name = "ustriped";