nodePackages.prisma: 5.2.0 -> 5.4.1

This commit is contained in:
Alexey Orlenko 2023-10-07 01:43:29 +02:00
parent 0776733a1d
commit 566d7348ee
No known key found for this signature in database
GPG Key ID: B0C19E199CE885CB

View File

@ -257,7 +257,7 @@ final: prev: {
src = fetchurl {
url = "https://registry.npmjs.org/prisma/-/prisma-${version}.tgz";
hash = "sha256-HiZtNHXkoSl3Q4cAerUs8c138AiDJJxzYNQT3I4+ea8=";
hash = "sha256-rwpwB+vli3CXRhUFL+UvyUpPlxRk6P/2zLCn0SL9E6s=";
};
postInstall = with pkgs; ''
wrapProgram "$out/bin/prisma" \