Skip to content

Commit a05851b

Browse files
committed
faster builds hopefully
1 parent 5a5d220 commit a05851b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: parser.nix

+4-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ in
1313
src = fetchFromGitHub {
1414
owner = "demostf";
1515
repo = "parser";
16-
rev = "v0.5.1";
17-
hash = "sha256-H6ypYeZRxaMP/qRZoO2bp7OzmePMNUaBbcswsa0b9Hs=";
16+
rev = "2449c9666019a99b791f84d3c0c38b6b7c71ad20";
17+
hash = "sha256-V0rm9pVfZUGPrD3raOJ7O6EQkbxVG6cIquWvdFkGPgM=";
1818
};
1919

20+
doCheck = false;
21+
2022
cargoLock = {
2123
lockFile = ./parser-Cargo.lock;
2224
outputHashes = {

0 commit comments

Comments
 (0)