Commit fd811eb3 authored by Thomas Gerbet's avatar Thomas Gerbet
Browse files
parent 4ff5e098
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -16,19 +16,19 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "rustls-ffi";
  version = "0.14.1";
  version = "0.15.0";

  src = fetchFromGitHub {
    owner = "rustls";
    repo = "rustls-ffi";
    rev = "v${finalAttrs.version}";
    hash = "sha256-ZKAyKcKwhnPE6PrfBFjLJKkTlGbdLcmW1EP/xSv2cpM=";
    tag = "v${finalAttrs.version}";
    hash = "sha256-m92kWH+J8wuGmI0msrp2aginY1K51iqgi3+u4ncmfts=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {
    src = finalAttrs.src;
    name = "${finalAttrs.pname}-${finalAttrs.version}";
    hash = "sha256-cZ92wSKoygt9x6O/ginOEiCiarlR5qGVFOHrIFdWOWE=";
    hash = "sha256-gqc6en59QQpD14hOgRuGEPWLvrkyGn9tPR9vQmRAxIg=";
  };

  propagatedBuildInputs = lib.optionals stdenv.hostPlatform.isDarwin [