File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ lib ,
3+ buildGoModule ,
4+ fetchFromGitea ,
5+ unstableGitUpdater ,
6+ } :
7+ buildGoModule {
8+ pname = "mozhi" ;
9+ version = "0-unstable-2025-04-14" ;
10+
11+ src = fetchFromGitea {
12+ domain = "codeberg.org" ;
13+ owner = "aryak" ;
14+ repo = "mozhi" ;
15+ rev = "c2c14988c09e6c5fae5a8ac59c07a650f0997a5a" ;
16+ hash = "sha256-xJw9BkdKlN1VToKyDlkW8UUZB94gzD9nclNciDmVIkk=" ;
17+ } ;
18+
19+ vendorHash = "sha256-ptwP+ZuuzxRpIuNDoXnAML1KYEh9zTBcOs9YTI8z63A=" ;
20+
21+ passthru . updateScript = unstableGitUpdater { } ;
22+
23+ meta = {
24+ homepage = "https://codeberg.org/aryak/mozhi" ;
25+ description = "Alternative-frontend for many translation engines, fork of SimplyTranslate" ;
26+ license = lib . licenses . agpl3Plus ;
27+ maintainers = [ lib . maintainers . ryand56 ] ;
28+ mainProgram = "mozhi" ;
29+ } ;
30+ }
You can’t perform that action at this time.
0 commit comments