From 4b5cca1b0a2f8a6266b9446be5dc78e99c33aeab Mon Sep 17 00:00:00 2001 From: Antonio Yang Date: Mon, 29 Jul 2024 09:01:21 +0800 Subject: [PATCH] update lock --- Cargo.toml | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ]; };