mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:39:39 +00:00
packages/typst-bot: update
This commit is contained in:
parent
2c424bf878
commit
02ed4b6123
1 changed files with 4 additions and 3 deletions
|
|
@ -10,8 +10,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mattfbacon";
|
owner = "mattfbacon";
|
||||||
repo = "typst-bot";
|
repo = "typst-bot";
|
||||||
rev = "c9d4b164ff5dc2567bb0de3876460e51da62ba94";
|
rev = "a4f2e0ea6046a1f9d551c1543d42696107d18a78";
|
||||||
hash = "sha256-tB+zrE5p7zOloOgoP2fmFsajd4IBf94ET1v/0W3aNcM=";
|
hash = "sha256-bLB9W/2nHPL/T2TxTJLBBC5JSQczklZ34n6AJAR/3gI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
|
|
@ -29,7 +29,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
cargoLock = {
|
cargoLock = {
|
||||||
lockFile = "${finalAttrs.src}/Cargo.lock";
|
lockFile = "${finalAttrs.src}/Cargo.lock";
|
||||||
outputHashes = {
|
outputHashes = {
|
||||||
"poise-0.6.1" = "sha256-iXyp9sR/vzPsexGPdRjfuKyFcGqvDdqiBAXnuw/HFo8=";
|
"poise-0.6.1" = "sha256-/UrFlHWDsCDaqWd+XchmH0PzauxIWuYaJp9ZZh3W+50=";
|
||||||
|
"typst-dev-assets-0.14.2" = "sha256-mRkQXg1YG0qqcTVtgpQpvKw54RM9FBo1EgM2WJFbQAI=";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue