Unverified Commit 3f2fa63c authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #262756 from marsam/update-rclone

rclone: 1.64.1 -> 1.64.2
parents 818c8a21 cad016dd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "rclone";
  version = "1.64.1";
  version = "1.64.2";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = "v${version}";
    hash = "sha256-JaUsclhAZpmVi3K9VdRfAber++ghiEfzmJDmeku9IXA=";
    hash = "sha256-gOFOcqCgFAiTc6W3v8Z917hGCzxluswqnuOoUht73GA=";
  };

  vendorHash = "sha256-eYIGVCTvUfGbsIMFthEfD0r6aeA7Ly9xJ8PJ6hR2SjA=";