fix: flake frontendCargoDeps hash
This commit is contained in:
parent
bab83f3b9a
commit
0dfe462760
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue