summary refs log tree commit diff
path: root/pkgs/applications/networking/sync
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-03-09 11:41:52 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-03-09 11:42:24 +0100
commit4e6eff318e3e47a3e0d48b0de66652ca481cba2e (patch)
treeac3707e56611417535d443e0b77ee52cca29c06e /pkgs/applications/networking/sync
parent301f4aa1d290430d8de137c03fb51723f32e8f1c (diff)
downloadnixpkgs-4e6eff318e3e47a3e0d48b0de66652ca481cba2e.tar
nixpkgs-4e6eff318e3e47a3e0d48b0de66652ca481cba2e.tar.gz
nixpkgs-4e6eff318e3e47a3e0d48b0de66652ca481cba2e.tar.bz2
nixpkgs-4e6eff318e3e47a3e0d48b0de66652ca481cba2e.tar.lz
nixpkgs-4e6eff318e3e47a3e0d48b0de66652ca481cba2e.tar.xz
nixpkgs-4e6eff318e3e47a3e0d48b0de66652ca481cba2e.tar.zst
nixpkgs-4e6eff318e3e47a3e0d48b0de66652ca481cba2e.zip
rclone: 1.54.0 -> 1.54.1, add SuperSandro2000 as maintainer
Diffstat (limited to 'pkgs/applications/networking/sync')
-rw-r--r--pkgs/applications/networking/sync/rclone/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/sync/rclone/default.nix b/pkgs/applications/networking/sync/rclone/default.nix
index e2199cfcfb9..58f9745454a 100644
--- a/pkgs/applications/networking/sync/rclone/default.nix
+++ b/pkgs/applications/networking/sync/rclone/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "rclone";
-  version = "1.54.0";
+  version = "1.54.1";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-A0c5bHP5W/NTwAh1ifGaw4AG37qYXK9P/Fjk68gkUNk=";
+    sha256 = "sha256-DexqYAkGmgROnYpknnuWc3Q//IMOTSxgrr1w/TrueH4=";
   };
 
   vendorSha256 = "sha256-Cpn/dUD9E2BzUlAISC+IDCW59OkEKZTpqdlvF/clV+M=";
@@ -41,6 +41,6 @@ buildGoModule rec {
     homepage = "https://rclone.org";
     changelog = "https://github.com/rclone/rclone/blob/v${version}/docs/content/changelog.md";
     license = licenses.mit;
-    maintainers = with maintainers; [ danielfullmer marsam ];
+    maintainers = with maintainers; [ danielfullmer marsam SuperSandro2000 ];
   };
 }