Commit 83a2bd87 authored by Alexey Orlenko's avatar Alexey Orlenko Committed by Bobby Rong
Browse files

prisma-engines: 4.9.0 -> 4.10.1

parent dd73b3e5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,19 +14,19 @@
# function correctly.
rustPlatform.buildRustPackage rec {
  pname = "prisma-engines";
  version = "4.9.0";
  version = "4.10.1";

  src = fetchFromGitHub {
    owner = "prisma";
    repo = "prisma-engines";
    rev = version;
    sha256 = "sha256-Nxpv3ibhHTFiO0hqSrT1hqTK9Vb0P8Svu5riufCChwI=";
    sha256 = "sha256-TFLwpKh+FsstcpvBfTw7CNcQOGGSNI9qf8WJ6v75uL8=";
  };

  # Use system openssl.
  OPENSSL_NO_VENDOR = 1;

  cargoSha256 = "sha256-PiDW7+LrCDfRpQirJlgaYDnGenowbsCmwQz1mbgA08E=";
  cargoSha256 = "sha256-EPym9MLwTMGBbJkVMKD/NEc6Vfm7nI4FaDkqy/0B14Q=";

  nativeBuildInputs = [ pkg-config git ];