Unverified Commit 3d8b9b9c authored by Thomas Gerbet's avatar Thomas Gerbet Committed by GitHub
Browse files

rustls-ffi: 0.15.2 -> 0.15.3 (#512812)

parents 6f37a0d0 98a16464
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,18 +15,18 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "rustls-ffi";
  version = "0.15.2";
  version = "0.15.3";

  src = fetchFromGitHub {
    owner = "rustls";
    repo = "rustls-ffi";
    tag = "v${finalAttrs.version}";
    hash = "sha256-OrseS6PxAGhO+mdlRrjQAZ5L5GbNekeVg+IW5VyL928=";
    hash = "sha256-ayD9A9ZiQX3pkRJ4T+EyDsNroGuTdR2xEXcfz6D3MY8=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit (finalAttrs) pname version src;
    hash = "sha256-eNY6mpEFFJEdaJyHY8RHOerg/cDa3QbPjsNj3iZNqJ0=";
    hash = "sha256-5FJb6cuQMT2NWQvbxip+medxcEUtSnZaKu8QR2YFKzc=";
  };

  propagatedBuildInputs = lib.optionals stdenv.hostPlatform.isDarwin [