Skip to content

Commit 2844748

Browse files
committed
mozhi: init at 0-unstable-2025-04-14
1 parent 5fd725e commit 2844748

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

pkgs/by-name/mo/mozhi/package.nix

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+
}

0 commit comments

Comments
 (0)