Unverified Commit 42d30932 authored by Marcin Serwin's avatar Marcin Serwin Committed by GitHub
Browse files

megasync: 5.16.0.2 -> 6.1.1.0 (#461465)

parents b31b2c14 192501af
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -34,13 +34,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "megasync";
  version = "5.16.0.2";
  version = "6.1.1.0";

  src = fetchFromGitHub rec {
    owner = "meganz";
    repo = "MEGAsync";
    tag = "v${finalAttrs.version}_Linux";
    hash = "sha256-Bkye2Is3GbdnYYaS//AkNfrt8ppWP9zE58obcmUm0wE=";
    hash = "sha256-lY8YfBWRYo+Q0ZvsZI2Mo0pgjD7wQvpyybPU+9bWahw=";
    fetchSubmodules = false; # DesignTokensImporter cannot be fetched, see #1010 in github:meganz/megasync
    leaveDotGit = true;
    postFetch = ''