Unverified Commit cb97dfe6 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

rclone: 1.67.0 -> 1.68.0 (#340660)

parents fee763dc 5108e4fa
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

buildGoModule rec {
  pname = "rclone";
  version = "1.67.0";
  version = "1.68.0";

  outputs = [ "out" "man" ];

@@ -14,10 +14,10 @@ buildGoModule rec {
    owner = "rclone";
    repo = "rclone";
    rev = "v${version}";
    hash = "sha256-rTibyh5z89QuPgZMvv3Y6FCugxMIytAg1gdCxE3+QLE=";
    hash = "sha256-xLTzfS3/9XBqh0B7/VeRKYEHAgc4rY3QcIUS3f1/e0M=";
  };

  vendorHash = "sha256-Sw9zZf0rup+VyncIpJHp9PKUp60lv+TV4wbWtVTTK3w=";
  vendorHash = "sha256-vZxdayoKTo/fs5PgEdT4gepNq0kNNmLQhlybWY5kpx0=";

  subPackages = [ "." ];