Unverified Commit 94f647c3 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #220903 from NixOS/megasync

megasync: 4.6.7.0 -> 4.9.0.0
parents 852dae1e f4af3b77
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,13 +28,13 @@
}:
mkDerivation rec {
  pname = "megasync";
  version = "4.6.7.0";
  version = "4.9.0.0";

  src = fetchFromGitHub {
    owner = "meganz";
    repo = "MEGAsync";
    rev = "v${version}_Linux";
    sha256 = "sha256-vJSXvSTYEhxuG3KUQ+lBcppC8M70UnYlBLPHhYJSNOE=";
    sha256 = "sha256-s0E8kJ4PJmhaxVcWPCyCk/KbcX4V3IESdZhSosPlZuM=";
    fetchSubmodules = true;
  };