jan: 0.6.6 -> 0.6.8 (#432606)

authored by Peder Bergebakken Sundt and committed by GitHub acb28bc8 6686dcdf

+7 -7
+7 -7
pkgs/by-name/ja/jan/package.nix
··· 6 6 7 7 let 8 8 pname = "Jan"; 9 - version = "0.6.6"; 9 + version = "0.6.8"; 10 10 src = fetchurl { 11 - url = "https://github.com/janhq/jan/releases/download/v${version}/Jan_${version}_amd64.AppImage"; 12 - hash = "sha256-KTU7jSouFCv4ER6cOzNYQJxRpgGTV5AnLs4i0Ne4GYQ="; 11 + url = "https://github.com/menloresearch/jan/releases/download/v${version}/jan_${version}_amd64.AppImage"; 12 + hash = "sha256-JCG4ONJ4Ym/jMJnPJYYk0b+IYKtmWfrk8JxPy2k73hM="; 13 13 }; 14 14 15 15 appimageContents = appimageTools.extractType2 { inherit pname version src; }; ··· 23 23 ''; 24 24 25 25 meta = { 26 - changelog = "https://github.com/janhq/jan/releases/tag/v${version}"; 27 - description = "Open source alternative to ChatGPT that runs 100% offline on your computer"; 28 - homepage = "https://github.com/janhq/jan"; 26 + changelog = "https://github.com/menloresearch/jan/releases/tag/v${version}"; 27 + description = "Jan is an open source alternative to ChatGPT that runs 100% offline on your computer"; 28 + homepage = "https://github.com/menloresearch/jan"; 29 29 license = lib.licenses.agpl3Plus; 30 - mainProgram = "jan"; 30 + mainProgram = "Jan"; 31 31 maintainers = [ ]; 32 32 platforms = with lib.systems.inspect; patternLogicalAnd patterns.isLinux patterns.isx86_64; 33 33 };