summary refs log tree commit diff
path: root/pkgs/applications/networking/sync/rclone/default.nix
diff options
context:
space:
mode:
authorCole Mickens <cole.mickens@gmail.com>2019-10-26 22:45:52 -0700
committerEmery Hemingway <ehmry@posteo.net>2019-10-27 07:13:08 +0100
commitaec323c1c01d69af5f9eec81e98b942485907368 (patch)
treeb381026794306329c00fa31618e6d07fccf0cec5 /pkgs/applications/networking/sync/rclone/default.nix
parent7edc64b63394d169ec9b9b2351c9b0f82f84e675 (diff)
downloadnixpkgs-aec323c1c01d69af5f9eec81e98b942485907368.tar
nixpkgs-aec323c1c01d69af5f9eec81e98b942485907368.tar.gz
nixpkgs-aec323c1c01d69af5f9eec81e98b942485907368.tar.bz2
nixpkgs-aec323c1c01d69af5f9eec81e98b942485907368.tar.lz
nixpkgs-aec323c1c01d69af5f9eec81e98b942485907368.tar.xz
nixpkgs-aec323c1c01d69af5f9eec81e98b942485907368.tar.zst
nixpkgs-aec323c1c01d69af5f9eec81e98b942485907368.zip
rclone: 1.49.5 -> 1.50.0
Diffstat (limited to 'pkgs/applications/networking/sync/rclone/default.nix')
-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 7475692b962..9625fec46fa 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.0";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = "v${version}";
-    sha256 = "0firfb2300grfp5fnqaifhp346m4d0x8r1xshs9d8r6jxb160n03";
+    sha256 = "0k4fybz4670cqg1rpx0c1ximf1x6yl1f788hx9raxkwp5wv703kw";
   };
 
   goPackagePath = "github.com/rclone/rclone";