megacmd: 1.6.1 → 1.6.3

This commit is contained in:
lunik1 2023-05-10 23:46:09 +01:00
parent a8eea70935
commit e0feb6da47
No known key found for this signature in database
GPG Key ID: A152D6F6925F8EE5

View File

@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "megacmd";
version = "1.6.1";
version = "1.6.3";
src = fetchFromGitHub {
owner = "meganz";
repo = "MEGAcmd";
rev = "${version}_Linux";
sha256 = "sha256-X8ysTVr4oZS3VHuCyq96J6TL9nvtAT/HVnMyz5iXSXo=";
sha256 = "sha256-JnxfFbM+NyeUrEMok62zlsQIxjrUvLLg4tUTiKPDZFc=";
fetchSubmodules = true;
};