6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
14 hash = "sha256-KHbAmx2CsRqatGt5zTvqZSq8fwcClRZkeMHucLAr8bY=";
17 cargoHash = "sha256-dMXaIFc0e6PMYiQrokQoUc1xAVCccE92WzM2fl7tOBQ=";
19 # tests run in CI on the source repo
23 description = "Backup a folder to AWS S3, once or periodically";
24 homepage = "https://github.com/beeb/awsbck";
25 license = with licenses; [ mit asl20 ];
26 maintainers = with maintainers; [ beeb ];
27 mainProgram = "awsbck";