Unverified Commit 14b9205a authored by superherointj's avatar superherointj Committed by GitHub
Browse files

Merge pull request #186242 from tomhoule/upgrade-prisma-to-4-2-1

nodePackages.prisma: 4.1.1 -> 4.2.1
parents c4a0efdd 05708816
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -360,7 +360,7 @@ final: prev: {

    src = fetchurl {
      url = "https://registry.npmjs.org/prisma/-/prisma-${version}.tgz";
      sha512 = "sha512-yw50J8If2dKP4wYIi695zthsCASQFHiogGvUHHWd3falx/rpsD6Sb1LMLRV9nO3iGG3lozxNJ2PSINxK7xwdpg==";
      sha512 = "sha512-HuYqnTDgH8atjPGtYmY0Ql9XrrJnfW7daG1PtAJRW0E6gJxc50lY3vrIDn0yjMR3TvRlypjTcspQX8DT+xD4Sg==";
    };
    postInstall = with pkgs; ''
      wrapProgram "$out/bin/prisma" \
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
# function correctly.
rustPlatform.buildRustPackage rec {
  pname = "prisma-engines";
  version = "4.1.1";
  version = "4.2.1";

  src = fetchFromGitHub {
    owner = "prisma";
@@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec {
  # Use system openssl.
  OPENSSL_NO_VENDOR = 1;

  cargoSha256 = "sha256-srawH5z38/RvmsXIykSNm8D2DKAcleRJdyjKAAkVwgc=";
  cargoSha256 = "sha256-KkCq7h6qqh37LvA4wQYjLk/LPKCg5Wgl6tEhH55qh8M=";

  nativeBuildInputs = [ pkg-config ];