nodePackages.prisma: 4.0.0 -> 4.1.1

This commit is contained in:
Tom Houlé 2022-08-02 13:53:33 +02:00
parent 80cc01a3e0
commit 196b1eabcd

View file

@ -360,7 +360,7 @@ final: prev: {
src = fetchurl {
url = "https://registry.npmjs.org/prisma/-/prisma-${version}.tgz";
sha512 = "sha512-Dtsar03XpCBkcEb2ooGWO/WcgblDTLzGhPcustbehwlFXuTMliMDRzXsfygsgYwQoZnAUKRd1rhpvBNEUziOVw==";
sha512 = "sha512-yw50J8If2dKP4wYIi695zthsCASQFHiogGvUHHWd3falx/rpsD6Sb1LMLRV9nO3iGG3lozxNJ2PSINxK7xwdpg==";
};
postInstall = with pkgs; ''
wrapProgram "$out/bin/prisma" \