Skip to content

Commit 8cab427

Browse files
committed
megacmd: 1.5.1 -> 1.6.0
1 parent 5ae751c commit 8cab427

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/applications/misc/megacmd/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323

2424
stdenv.mkDerivation rec {
2525
pname = "megacmd";
26-
version = "1.5.1";
26+
version = "1.6.0";
2727

2828
src = fetchFromGitHub {
2929
owner = "meganz";
3030
repo = "MEGAcmd";
3131
rev = "${version}_Linux";
32-
sha256 = "sha256-qOXw/KGt3DyWQGBe/pbMujQITCMItHobxuK+1r00ZIs=";
32+
sha256 = "sha256-EPY2BjTECia0eBGmv8tmeil1WibIA6R+DK7MmOMufLw=";
3333
fetchSubmodules = true;
3434
};
3535

0 commit comments

Comments
 (0)