We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae751c commit 8cab427Copy full SHA for 8cab427
1 file changed
pkgs/applications/misc/megacmd/default.nix
@@ -23,13 +23,13 @@
23
24
stdenv.mkDerivation rec {
25
pname = "megacmd";
26
- version = "1.5.1";
+ version = "1.6.0";
27
28
src = fetchFromGitHub {
29
owner = "meganz";
30
repo = "MEGAcmd";
31
rev = "${version}_Linux";
32
- sha256 = "sha256-qOXw/KGt3DyWQGBe/pbMujQITCMItHobxuK+1r00ZIs=";
+ sha256 = "sha256-EPY2BjTECia0eBGmv8tmeil1WibIA6R+DK7MmOMufLw=";
33
fetchSubmodules = true;
34
};
35
0 commit comments