8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
16 hash = "sha256-KHbAmx2CsRqatGt5zTvqZSq8fwcClRZkeMHucLAr8bY=";
19 cargoHash = "sha256-dMXaIFc0e6PMYiQrokQoUc1xAVCccE92WzM2fl7tOBQ=";
21 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ Security ];
23 # tests run in CI on the source repo
27 description = "Backup a folder to AWS S3, once or periodically";
28 homepage = "https://github.com/beeb/awsbck";
29 license = with licenses; [ mit asl20 ];
30 maintainers = with maintainers; [ beeb ];
31 mainProgram = "awsbck";