summary refs log tree commit diff
path: root/pkgs/applications/networking/sync/rclone/default.nix
diff options
context:
space:
mode:
authorEmery Hemingway <ehmry@posteo.net>2019-10-29 14:12:44 +0100
committerEmery Hemingway <ehmry@posteo.net>2019-10-29 14:18:01 +0100
commit182c16fa1e60a02a0011063792bcc741ce679654 (patch)
treea870874db4ec92e45887eb74424ead10b9b3319b /pkgs/applications/networking/sync/rclone/default.nix
parent2db400d8c844ce501f0d8009a661505297ccdf81 (diff)
downloadnixpkgs-182c16fa1e60a02a0011063792bcc741ce679654.tar
nixpkgs-182c16fa1e60a02a0011063792bcc741ce679654.tar.gz
nixpkgs-182c16fa1e60a02a0011063792bcc741ce679654.tar.bz2
nixpkgs-182c16fa1e60a02a0011063792bcc741ce679654.tar.lz
nixpkgs-182c16fa1e60a02a0011063792bcc741ce679654.tar.xz
nixpkgs-182c16fa1e60a02a0011063792bcc741ce679654.tar.zst
nixpkgs-182c16fa1e60a02a0011063792bcc741ce679654.zip
Revert "rclone: 1.49.5 -> 1.50.0"
This reverts commit aec323c1c01d69af5f9eec81e98b942485907368.

Ref #3685
Ref #72063
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 9625fec46fa..7475692b962 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.50.0";
+  version = "1.49.5";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = "v${version}";
-    sha256 = "0k4fybz4670cqg1rpx0c1ximf1x6yl1f788hx9raxkwp5wv703kw";
+    sha256 = "0firfb2300grfp5fnqaifhp346m4d0x8r1xshs9d8r6jxb160n03";
   };
 
   goPackagePath = "github.com/rclone/rclone";