tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
megasync: 5.14.0.2 -> 5.15.0.1
Rafael Ieda
6 months ago
eb5ea5ac
378264ab
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
me
megasync
package.nix
+2
-2
pkgs/by-name/me/megasync/package.nix
···
34
34
}:
35
35
stdenv.mkDerivation (finalAttrs: {
36
36
pname = "megasync";
37
37
-
version = "5.14.0.2";
37
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
43
-
hash = "sha256-iYAyk8UCIuYaacdviPSuWmwx6hgzHveW9oyftISZo7s=";
43
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 = ''