Merge pull request #166402 from r-ryantm/auto-update/megasync

megasync: 4.6.3.0 -> 4.6.5.0
This commit is contained in:
Bobby Rong 2022-04-21 20:19:40 +08:00 committed by GitHub
commit 417375b11b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,13 +28,13 @@
}:
mkDerivation rec {
pname = "megasync";
version = "4.6.3.0";
version = "4.6.5.0";
src = fetchFromGitHub {
owner = "meganz";
repo = "MEGAsync";
rev = "v${version}_Linux";
sha256 = "1j86vr8n2a17my61vkmx83cay1ibllzjprl5bfwaby5ibh4zclz4";
sha256 = "sha256-2gsJmMnt0+4vknd2HgOtCYCjVWT7eD0WBimmtsFEhvY=";
fetchSubmodules = true;
};