nodePackages.prisma: 5.12.1 -> 5.16.1

This commit is contained in:
Guillaume Racicot
2024-07-05 12:27:19 -04:00
parent 888df61a8d
commit fddca139b5
+1 -1
View File
@@ -289,7 +289,7 @@ final: prev: {
src = fetchurl {
url = "https://registry.npmjs.org/prisma/-/prisma-${version}.tgz";
hash = "sha256-136nEfCJjLLUMO3TZhVrltfqv8nU2fA14+L0JLe6Zfk=";
hash = "sha256-TlwKCuDQRFM6+Hhx9eFCfXbtLZq6RwBTIFCWzE4D8N8=";
};
postInstall = with pkgs; ''
wrapProgram "$out/bin/prisma" \