fix(nix): bump jian pin so source builds, regenerate flake.lock (#208)

The tag pinned jian at 453bd70 (2026-08-08), but the code calls
LayoutScene::node_path_at_doc_point_for_fill, only added to jian in 2edfc36
(2026-08-09) — so `nix build …#openpencil` failed to compile. The committed
flake.lock was also older than the flake.nix pins for jian and casement, so
`nix flake show` errored without --no-write-lock-file.

Bump the jian input to 2edfc36 and regenerate flake.lock (jian + casement now
match their flake.nix pins, with correct narHashes). Fixes #208.
This commit is contained in:
Kayshen-X 2026-08-11 21:52:25 +08:00
parent a39406c12b
commit 0b7a633cb1
2 changed files with 9 additions and 9 deletions

View file

@ -43,17 +43,17 @@
"casement": {
"flake": false,
"locked": {
"lastModified": 1780160489,
"narHash": "sha256-kRfgBHG8XLIbfLUV+6mFF1eWfrlp4NlDCa3Ql99lkc4=",
"lastModified": 1786038644,
"narHash": "sha256-UpKrhfc7/UnIl+cX3nGyEOUsSA554H79MnNxrpilINI=",
"owner": "ZSeven-W",
"repo": "casement",
"rev": "451173eb3353a4166d2d0f241f2e0606051064bd",
"rev": "ffdd672cbda3abe5cd78d056fb75683f2a74f7fe",
"type": "github"
},
"original": {
"owner": "ZSeven-W",
"repo": "casement",
"rev": "451173eb3353a4166d2d0f241f2e0606051064bd",
"rev": "ffdd672cbda3abe5cd78d056fb75683f2a74f7fe",
"type": "github"
}
},
@ -353,17 +353,17 @@
"jian": {
"flake": false,
"locked": {
"lastModified": 1784811987,
"narHash": "sha256-9SPcztfg1WvPSKH7SHu3rYZa5X9ifpm3LJzMRAFiTJU=",
"lastModified": 1786287246,
"narHash": "sha256-oBXn3aKTmjbX1rQ/BMhibDtQWQVhRYepuq3CrhSTX1A=",
"owner": "ZSeven-W",
"repo": "jian",
"rev": "df2376a018acbd8ec8d9fac58b05dde14a405aca",
"rev": "2edfc361cff3f6f33174746c048002607d691d1c",
"type": "github"
},
"original": {
"owner": "ZSeven-W",
"repo": "jian",
"rev": "df2376a018acbd8ec8d9fac58b05dde14a405aca",
"rev": "2edfc361cff3f6f33174746c048002607d691d1c",
"type": "github"
}
},

View file

@ -43,7 +43,7 @@
flake = false;
};
jian = {
url = "github:ZSeven-W/jian/453bd70b646417e58f0d5c9a51594e27d399d849";
url = "github:ZSeven-W/jian/2edfc361cff3f6f33174746c048002607d691d1c";
flake = false;
};
};