Skip to content

Commit

Permalink
rclone: 1.64.0 -> 1.64.1 (#261739)
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam authored Oct 18, 2023
1 parent 55b7c77 commit b9e9e44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/sync/rclone/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

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

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

vendorHash = "sha256-rpF44yd8ElOkXTT1lSW0l3ZwTqeNdGS1OxrvNY8atzA=";
vendorHash = "sha256-eYIGVCTvUfGbsIMFthEfD0r6aeA7Ly9xJ8PJ6hR2SjA=";

subPackages = [ "." ];

Expand Down

0 comments on commit b9e9e44

Please sign in to comment.