Merge pull request #213080 from r-ryantm/auto-update/s3rs

s3rs: 0.4.16 -> 0.4.19
This commit is contained in:
Nick Cao 2023-01-28 14:04:06 +08:00 committed by GitHub
commit de836e3ecd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "s3rs";
version = "0.4.16";
version = "0.4.19";
src = fetchFromGitHub {
owner = "yanganto";
repo = pname;
rev = "v${version}";
sha256 = "sha256-n95ejw6EZ4zXzP16xFoUkVn1zIMcVgINy7m5NOz063A=";
sha256 = "sha256-mJ1bMfv/HY74TknpRvu8RIs1d2VlNreEVtHCtQSHQw8=";
};
cargoSha256 = "sha256-eecQi03w7lq3VAsv9o+3kulwhAXPoxuDPMu/ZCQEom4=";
cargoHash = "sha256-Q1EqEyNxWIx3wD8zuU7/MO3Qz6zsfBZbtT/IIUmJccE=";
nativeBuildInputs = [ python3 perl pkg-config ];
buildInputs = [ openssl ]