fix: flake frontendCargoDeps hash

This commit is contained in:
Henri Bourcereau 2026-05-25 21:43:31 +02:00
parent bab83f3b9a
commit 0dfe462760

View file

@ -56,7 +56,7 @@
frontendCargoDeps = rustPlatform.fetchCargoVendor { frontendCargoDeps = rustPlatform.fetchCargoVendor {
src = ./.; src = ./.;
name = "trictrac-frontend-vendor"; name = "trictrac-frontend-vendor";
hash = "sha256-E3MJbEehbXni7B8fQPS8fSri4f2b0A33r2djiK81E2Y="; hash = "sha256-R75zHXKhv0nkBv6U24ZCAtwp1yaSbr0bFywWQHwhSkM=";
}; };
in in
final.stdenv.mkDerivation { final.stdenv.mkDerivation {