Unverified Commit 99c96d24 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #197308 from NickCao/s3rs

s3rs: 0.4.8 -> 0.4.16
parents f53c279a fc92284f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
  pname = "s3rs";
  version = "0.4.8";
  version = "0.4.16";

  src = fetchFromGitHub {
    owner = "yanganto";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-lYIE5yR7UNUjpqfwT6R0C0ninNvVZdatYd/n+yyGsms=";
    sha256 = "sha256-n95ejw6EZ4zXzP16xFoUkVn1zIMcVgINy7m5NOz063A=";
  };

  cargoSha256 = "sha256-vCTJ7TClvuIP9IoqXwNFH7/u9jXt/Ue/Dhefx5rCgmA=";
  cargoSha256 = "sha256-eecQi03w7lq3VAsv9o+3kulwhAXPoxuDPMu/ZCQEom4=";

  nativeBuildInputs = [ python3 perl pkg-config ];
  buildInputs = [ openssl ]
+0 −1
Original line number Diff line number Diff line
@@ -11040,7 +11040,6 @@ with pkgs;
  s3cmd = python3Packages.callPackage ../tools/networking/s3cmd { };
  s3rs = callPackage ../tools/networking/s3rs {
    openssl = openssl_1_1;
    inherit (darwin.apple_sdk.frameworks) Security;
  };