1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 18:04:08 +02:00
This commit is contained in:
Robin Appelman 2025-05-28 22:02:15 +02:00
commit e63244d264
4 changed files with 7 additions and 7 deletions

View file

@ -21,6 +21,6 @@ rustPlatform.buildRustPackage {
doCheck = false;
cargoHash = "sha256-Irv6atngsh0hPJ256tMxer3nR0PjBcaOJLVldnPnwUs=";
cargoHash = "sha256-pDTNjpeGpMAr6hkl/o+Q3IR4t95qWJ76PgnJcEzlH2I=";
meta.mainProgram = "api-test";
}

View file

@ -19,6 +19,6 @@ rustPlatform.buildRustPackage {
doCheck = false;
cargoHash = "sha256-/Fnw6l2fznrBK780E4q1PKFOkT0eiL+dE+UuhFA+V9M=";
cargoHash = "sha256-bODrlLFSV/CQX7fximCpqLQc1sPOIe+6xM1W1731KUs=";
meta.mainProgram = "parse_demo";
}