megasync: 5.14.0.2 -> 5.15.0.1, maintainers: add iedame (#430357)

This commit is contained in:
Sandro
2025-08-15 21:26:06 +02:00
committed by GitHub
2 changed files with 9 additions and 3 deletions
+6
View File
@@ -10655,6 +10655,12 @@
githubId = 1550265;
name = "Dominic Steinitz";
};
iedame = {
email = "git@ieda.me";
github = "iedame";
githubId = 60272;
name = "Rafael Ieda";
};
if-loop69420 = {
github = "if-loop69420";
githubId = 81078181;
+3 -3
View File
@@ -34,13 +34,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "megasync";
version = "5.14.0.2";
version = "5.15.0.1";
src = fetchFromGitHub rec {
owner = "meganz";
repo = "MEGAsync";
tag = "v${finalAttrs.version}_Linux";
hash = "sha256-iYAyk8UCIuYaacdviPSuWmwx6hgzHveW9oyftISZo7s=";
hash = "sha256-CqeR1UmwrwUjr8QM2LCkZ4RaEU2bU1fq+QLCN7yfIJk=";
fetchSubmodules = false; # DesignTokensImporter cannot be fetched, see #1010 in github:meganz/megasync
leaveDotGit = true;
postFetch = ''
@@ -148,7 +148,7 @@ stdenv.mkDerivation (finalAttrs: {
"i686-linux"
"x86_64-linux"
];
maintainers = [ ];
maintainers = with lib.maintainers; [ iedame ];
mainProgram = "megasync";
};
})