Merge pull request #178504 from lunik1/megacmd_1.5.1

megacmd: 1.5.0c → 1.5.1
This commit is contained in:
Lassulus 2022-06-24 09:24:53 +02:00 committed by GitHub
commit 63f99a9fd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "megacmd";
version = "1.5.0c";
version = "1.5.1";
src = fetchFromGitHub {
owner = "meganz";
repo = "MEGAcmd";
rev = "${version}_Linux";
sha256 = "sha256-JHuGkf6TBOZMvoP7Izm5/T9AWxyjaqrxR99x4bm7tVE=";
sha256 = "sha256-qOXw/KGt3DyWQGBe/pbMujQITCMItHobxuK+1r00ZIs=";
fetchSubmodules = true;
};