diff --git a/Cargo.toml b/Cargo.toml index a530699..d324e2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "s3rs" -version = "0.4.29" +version = "0.4.30" authors = ["Antonio Yang "] description = "A s3 cli client with multi configs with different provider" keywords = ["S3", "Amazon", "CEPH", "AWS"] diff --git a/flake.nix b/flake.nix index 0b01c3f..2809318 100644 --- a/flake.nix +++ b/flake.nix @@ -29,7 +29,7 @@ packages.${system}.s3rs = pkgs.rustPlatform.buildRustPackage { name = "s3rs"; src = self; - cargoSha256 = "sha256-H1eyRpcvCUbRHZ2Et3Wh8nrO5LPY0GqnLhntdsqPCAc="; + cargoSha256 = "sha256-HI0gJGfEZyOyTq52aQVGizyJ221CcZjZNTYW+GUumvw="; buildInputs = [ openssl ]; nativeBuildInputs = [ pkg-config ]; };