Merge pull request #179365 from michojel/megasync-4.6.7.0

megasync: 4.6.5.0 -> 4.6.7.0
This commit is contained in:
Sandro 2022-07-03 13:13:42 +02:00 committed by GitHub
commit f039e591e2
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.5.0";
version = "4.6.7.0";
src = fetchFromGitHub {
owner = "meganz";
repo = "MEGAsync";
rev = "v${version}_Linux";
sha256 = "sha256-2gsJmMnt0+4vknd2HgOtCYCjVWT7eD0WBimmtsFEhvY=";
sha256 = "sha256-vJSXvSTYEhxuG3KUQ+lBcppC8M70UnYlBLPHhYJSNOE=";
fetchSubmodules = true;
};