ankiAddons.anki-connect: 24.7.25.0 -> 25.9.6.0 (#449800)
This commit is contained in:
@@ -6,12 +6,12 @@
|
||||
}:
|
||||
anki-utils.buildAnkiAddon (finalAttrs: {
|
||||
pname = "anki-connect";
|
||||
version = "24.7.25.0";
|
||||
version = "25.9.6.0";
|
||||
src = fetchFromSourcehut {
|
||||
owner = "~foosoft";
|
||||
repo = "anki-connect";
|
||||
rev = finalAttrs.version;
|
||||
hash = "sha256-N98EoCE/Bx+9QUQVeU64FXHXSek7ASBVv1b9ltJ4G1U=";
|
||||
hash = "sha256-ZPjGqyxTyLg5DtOUPJWCBC/IMfDVxtWt86VeFrsE41k=";
|
||||
};
|
||||
sourceRoot = "${finalAttrs.src.name}/plugin";
|
||||
passthru.updateScript = nix-update-script { };
|
||||
@@ -20,7 +20,7 @@ anki-utils.buildAnkiAddon (finalAttrs: {
|
||||
Enable external applications such as Yomichan to communicate
|
||||
with Anki over a simple HTTP API
|
||||
'';
|
||||
homepage = "https://foosoft.net/projects/anki-connect/";
|
||||
homepage = "https://git.sr.ht/~foosoft/anki-connect";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ junestepp ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user