mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 09:54:17 +02:00
faster builds hopefully
This commit is contained in:
parent
5a5d2205f1
commit
a05851bd59
1 changed files with 4 additions and 2 deletions
|
|
@ -13,10 +13,12 @@ in
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "demostf";
|
owner = "demostf";
|
||||||
repo = "parser";
|
repo = "parser";
|
||||||
rev = "v0.5.1";
|
rev = "2449c9666019a99b791f84d3c0c38b6b7c71ad20";
|
||||||
hash = "sha256-H6ypYeZRxaMP/qRZoO2bp7OzmePMNUaBbcswsa0b9Hs=";
|
hash = "sha256-V0rm9pVfZUGPrD3raOJ7O6EQkbxVG6cIquWvdFkGPgM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
cargoLock = {
|
cargoLock = {
|
||||||
lockFile = ./parser-Cargo.lock;
|
lockFile = ./parser-Cargo.lock;
|
||||||
outputHashes = {
|
outputHashes = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue