lol

megasync: 5.14.0.2 -> 5.15.0.1

+2 -2
+2 -2
pkgs/by-name/me/megasync/package.nix
··· 34 34 }: 35 35 stdenv.mkDerivation (finalAttrs: { 36 36 pname = "megasync"; 37 - version = "5.14.0.2"; 37 + version = "5.15.0.1"; 38 38 39 39 src = fetchFromGitHub rec { 40 40 owner = "meganz"; 41 41 repo = "MEGAsync"; 42 42 tag = "v${finalAttrs.version}_Linux"; 43 - hash = "sha256-iYAyk8UCIuYaacdviPSuWmwx6hgzHveW9oyftISZo7s="; 43 + hash = "sha256-CqeR1UmwrwUjr8QM2LCkZ4RaEU2bU1fq+QLCN7yfIJk="; 44 44 fetchSubmodules = false; # DesignTokensImporter cannot be fetched, see #1010 in github:meganz/megasync 45 45 leaveDotGit = true; 46 46 postFetch = ''