Unverified Commit 9a7c1e80 authored by Yt's avatar Yt Committed by GitHub
Browse files

rclone: 1.69.1 -> 1.69.2 (#403347)

parents 115d6594 97a55d1f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildGoModule rec {
  pname = "rclone";
  version = "1.69.1";
  version = "1.69.2";

  outputs = [
    "out"
@@ -28,10 +28,10 @@ buildGoModule rec {
    owner = "rclone";
    repo = "rclone";
    tag = "v${version}";
    hash = "sha256-TNknN4Wr+SWuYWRQmfH7Xjih5WdoSC+ky70Zru1ODsw=";
    hash = "sha256-WhviYa9H3FsYRgnUhheP6dRj9A9l2nrGeFAhUj5TCKU=";
  };

  vendorHash = "sha256-ms8mHUd6AxYW/OHwwad/34rx082xDK1lh6FIvFshIHM=";
  vendorHash = "sha256-dY67FbRka58duZ4xElQr9uOCEonURhkPOyj3NKhW9gc=";

  subPackages = [ "." ];