about summary refs log tree commit diff
path: root/pkgs/applications/networking/sync
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-11-14 21:00:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2019-11-14 21:00:00 -0500
commitcd50d62810c3d3a0e5d47ff3ee0406d4383c2a9d (patch)
tree3986428c381b57f9071b596ec678ca387502e894 /pkgs/applications/networking/sync
parentd793d53b0d829090b8a38b14384dfcaae9ab1ae5 (diff)
rclone: 1.49.5 -> 1.50.1
Diffstat (limited to 'pkgs/applications/networking/sync')
-rw-r--r--pkgs/applications/networking/sync/rclone/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/sync/rclone/default.nix b/pkgs/applications/networking/sync/rclone/default.nix
index 7475692b962c2..ca5c59379cc26 100644
--- a/pkgs/applications/networking/sync/rclone/default.nix
+++ b/pkgs/applications/networking/sync/rclone/default.nix
@@ -2,13 +2,13 @@
 
 buildGoPackage rec {
   pname = "rclone";
-  version = "1.49.5";
+  version = "1.50.1";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = "v${version}";
-    sha256 = "0firfb2300grfp5fnqaifhp346m4d0x8r1xshs9d8r6jxb160n03";
+    sha256 = "0iwm0a9h6xxdsqw86xlqcsz7h4pzsg134m6yfqj5s2xg7kfy5laq";
   };
 
   goPackagePath = "github.com/rclone/rclone";