ankisyncd: 2.1.0 -> 2.2.0 (#111755)

See #107526

authored by Matt Snider and committed by GitHub b8e6168c c1a0106f

+5 -5
+5 -5
pkgs/servers/ankisyncd/default.nix
··· 6 7 python3.pkgs.buildPythonApplication rec { 8 pname = "ankisyncd"; 9 - version = "2.1.0"; 10 src = fetchFromGitHub { 11 - owner = "tsudoko"; 12 repo = "anki-sync-server"; 13 rev = version; 14 - sha256 = "6a140afa94fdb1725fed716918875e3d2ad0092cb955136e381c9d826cc4927c"; 15 }; 16 format = "other"; 17 ··· 60 meta = with lib; { 61 description = "Self-hosted Anki sync server"; 62 maintainers = with maintainers; [ matt-snider ]; 63 - homepage = "https://github.com/tsudoko/anki-sync-server"; 64 - license = licenses.agpl3; 65 platforms = platforms.linux; 66 }; 67 }
··· 6 7 python3.pkgs.buildPythonApplication rec { 8 pname = "ankisyncd"; 9 + version = "2.2.0"; 10 src = fetchFromGitHub { 11 + owner = "ankicommunity"; 12 repo = "anki-sync-server"; 13 rev = version; 14 + sha256 = "196xhd6vzp1ncr3ahz0bv0gp1ap2s37j8v48dwmvaywzayakqdab"; 15 }; 16 format = "other"; 17 ··· 60 meta = with lib; { 61 description = "Self-hosted Anki sync server"; 62 maintainers = with maintainers; [ matt-snider ]; 63 + homepage = "https://github.com/ankicommunity/anki-sync-server"; 64 + license = licenses.agpl3Only; 65 platforms = platforms.linux; 66 }; 67 }