lol

megasync: 5.14.0.2 -> 5.15.0.1

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