ankisyncd: 1.1.3 -> 1.1.4

This commit is contained in:
Dominique Martinet 2023-06-29 20:07:29 +09:00
parent fbe3e3b44e
commit 7fa3214703
2 changed files with 3 additions and 3 deletions

View File

@ -394,7 +394,7 @@ dependencies = [
[[package]]
name = "ankisyncd"
version = "1.1.0"
version = "1.1.4"
dependencies = [
"actix-multipart",
"actix-web",

View File

@ -2,7 +2,7 @@
let
pname = "ankisyncd";
version = "1.1.3";
version = "1.1.4";
# anki-sync-server-rs expects anki sources in the 'anki' folder
# of its own source tree, with a patch applied (mostly to make
@ -12,7 +12,7 @@ let
owner = "ankicommunity";
repo = "anki-sync-server-rs";
rev = version;
hash = "sha256-y7X4jsPBykdpWXXaybdy6+XL3F2wZ9c9NvFornCes3M=";
hash = "sha256-iL4lJJAV4SrNeRX3s0ZpJ//lrwoKjLsltlX4d2wP6O0=";
};
} ''
cp -r "$src/." "$out"