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

nodePackages.prisma: 4.1.1 -> 4.2.1
This commit is contained in:
superherointj 2022-08-12 09:45:50 -03:00 committed by GitHub
commit 14b9205ae2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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" \

View file

@ -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 ];