chore: update AnkiConnect.

main
Joshua Potter 2024-04-18 08:52:17 -06:00
parent d5089fc4b0
commit f54e9a71a2
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{ system, ... }: { system, ... }:
let let
portfolio = builtins.getFlake portfolio = builtins.getFlake
"github:jrpotter/portfolio/6fe09c5a35e4ce039e570ce62cb38821f191dd4e"; "github:jrpotter/portfolio/ab01d079d1cd491ab7b44c98516cb290cf088761";
in in
{ {
services.nginx = { services.nginx = {

View File

@ -1,4 +1,4 @@
{ pkgs, lib, ... }: { pkgs, ... }:
let let
addons = id: "Anki2/addons21/${toString id}"; addons = id: "Anki2/addons21/${toString id}";
@ -9,8 +9,8 @@ let
domain = "git.foosoft.net"; domain = "git.foosoft.net";
owner = "alex"; owner = "alex";
repo = "anki-connect"; repo = "anki-connect";
rev = "2996476e03a86ea56fd8148e9a434d6f65af890a"; rev = "4837823bcefe39de7cee03c9dfe576ec01092957";
hash = "sha256-5kwOZ6BLZqslBeOcX96GwLv3ME2J3czfw8oHG+ZgIQI="; hash = "sha256-MFi0TMBM7K/TNQMS8ghUhQ31Cpqd5LDQ7pY0me4oevI=";
}; };
installPhase = '' installPhase = ''