feat: auto update frontend flake hash

This commit is contained in:
Henri Bourcereau 2026-06-08 14:45:17 +02:00
parent 6e87f0b388
commit d3c0ecb5d4
4 changed files with 98 additions and 12 deletions

View file

@ -36,6 +36,11 @@
cargo = rustToolchain;
rustc = rustToolchain;
};
frontendCargoDeps = rustPlatform.fetchCargoVendor {
src = ./.;
name = "trictrac-frontend-vendor";
hash = "sha256-XBxdRT/f69GDfVc18/DnnAiY1vjMGMWfcYot0K0jevg=";
};
# Must match the wasm-bindgen version in Cargo.lock
wasm-bindgen-version = "0.2.118";
# wasm-bindgen-version = "0.2.121";
@ -52,12 +57,6 @@
# hash = "sha256-DPdCDPTAPBrbqLUqnCwQu1dePs9lGg85JCJOCIr9qjU=";
# };
# };
frontendCargoDeps = rustPlatform.fetchCargoVendor {
src = ./.;
name = "trictrac-frontend-vendor";
hash = "sha256-R75zHXKhv0nkBv6U24ZCAtwp1yaSbr0bFywWQHwhSkM=";
};
in
final.stdenv.mkDerivation {
name = "trictrac-front";