summary refs log tree commit diff
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2020-03-10 16:34:48 +0100
committerPatrick Hilhorst <git@hilhorst.be>2020-03-10 16:34:48 +0100
commit8565dcf7bc7f6525063c24adb21ccbd663448a61 (patch)
treeb42ed4976e59e79c275bd1195c1cacd81958962f
parent080a6b0dab56b625dbd4b508624414a6bb362d93 (diff)
downloadnixpkgs-8565dcf7bc7f6525063c24adb21ccbd663448a61.tar
nixpkgs-8565dcf7bc7f6525063c24adb21ccbd663448a61.tar.gz
nixpkgs-8565dcf7bc7f6525063c24adb21ccbd663448a61.tar.bz2
nixpkgs-8565dcf7bc7f6525063c24adb21ccbd663448a61.tar.lz
nixpkgs-8565dcf7bc7f6525063c24adb21ccbd663448a61.tar.xz
nixpkgs-8565dcf7bc7f6525063c24adb21ccbd663448a61.tar.zst
nixpkgs-8565dcf7bc7f6525063c24adb21ccbd663448a61.zip
megasync: 4.2.5.0 -> 4.3.0.8
-rw-r--r--pkgs/applications/misc/megasync/default.nix11
1 files changed, 2 insertions, 9 deletions
diff --git a/pkgs/applications/misc/megasync/default.nix b/pkgs/applications/misc/megasync/default.nix
index 27e1b9d1f46..3a26def26c9 100644
--- a/pkgs/applications/misc/megasync/default.nix
+++ b/pkgs/applications/misc/megasync/default.nix
@@ -5,13 +5,13 @@
 
 mkDerivation rec {
   pname = "megasync";
-  version = "4.2.5.0";
+  version = "4.3.0.8";
 
   src = fetchFromGitHub {
     owner = "meganz";
     repo = "MEGAsync";
     rev = "v${version}_Linux";
-    sha256 = "1zw7x8gpvzhnzyirs5ishjl5idzyyin4wdxa67d6gzfgvqi33n7w";
+    sha256 = "1rhxkc6j3039rcsi8cxy3n00g6w7acir82ymnksbpsnp4yxqv5r3";
     fetchSubmodules = true;
   };
 
@@ -40,13 +40,6 @@ mkDerivation rec {
     ./noinstall-distro-version.patch
     # megasync target is not part of the install rule thanks to a commented block
     ./install-megasync.patch
-
-    # Fix build errror also described upstream:
-    # https://github.com/meganz/MEGAsync/pull/313
-    (fetchpatch {
-      url = "https://github.com/meganz/MEGAsync/pull/313.patch";
-      sha256 = "1ld00cnh9afxibvkzkqi8gz59xlzidw2dy4yqngwwdqy76sfsn3w";
-    })
   ];
 
   postPatch = ''