7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 hash = "sha256-KHbAmx2CsRqatGt5zTvqZSq8fwcClRZkeMHucLAr8bY=";
18 cargoHash = "sha256-dMXaIFc0e6PMYiQrokQoUc1xAVCccE92WzM2fl7tOBQ=";
20 # tests run in CI on the source repo
24 description = "Backup a folder to AWS S3, once or periodically";
25 homepage = "https://github.com/beeb/awsbck";
26 license = with licenses; [
30 maintainers = with maintainers; [ beeb ];
31 mainProgram = "awsbck";