summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorPascal Wittmann <PascalWittmann@gmx.net>2017-03-19 17:12:37 +0100
committerGitHub <noreply@github.com>2017-03-19 17:12:37 +0100
commit23e1bcabd070d2fb4ce9b2158cdde23ed6ea9f97 (patch)
treec667b55eaae52651e98da70e1d4644cecd455e20 /pkgs/applications/networking
parentb1871631a8c09f5b1e2421e36195725fbbe8c764 (diff)
parent8e8302cc1f672fdf83ddc5a12a610550a354ebff (diff)
downloadnixlib-23e1bcabd070d2fb4ce9b2158cdde23ed6ea9f97.tar
nixlib-23e1bcabd070d2fb4ce9b2158cdde23ed6ea9f97.tar.gz
nixlib-23e1bcabd070d2fb4ce9b2158cdde23ed6ea9f97.tar.bz2
nixlib-23e1bcabd070d2fb4ce9b2158cdde23ed6ea9f97.tar.lz
nixlib-23e1bcabd070d2fb4ce9b2158cdde23ed6ea9f97.tar.xz
nixlib-23e1bcabd070d2fb4ce9b2158cdde23ed6ea9f97.tar.zst
nixlib-23e1bcabd070d2fb4ce9b2158cdde23ed6ea9f97.zip
Merge pull request #24061 from danielfullmer/rclone-1.36
rclone: 1.35 -> 1.36
Diffstat (limited to 'pkgs/applications/networking')
-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 adbadba411c9..93b4fc764674 100644
--- a/pkgs/applications/networking/sync/rclone/default.nix
+++ b/pkgs/applications/networking/sync/rclone/default.nix
@@ -2,7 +2,7 @@
 
 buildGoPackage rec {
   name = "rclone-${version}";
-  version = "1.35";
+  version = "1.36";
 
   goPackagePath = "github.com/ncw/rclone";
 
@@ -10,7 +10,7 @@ buildGoPackage rec {
     owner = "ncw";
     repo = "rclone";
     rev = "v${version}";
-    sha256 = "15dmppb7qgr3vg76dsv770l51lmsl8n8k3rvbnhhks5a2cz0kf2i";
+    sha256 = "1vx75ihg2j0chml8hwvngjkjw647cai9gicfy8ss6xsrm46w59b3";
   };
 
   meta = with stdenv.lib; {