File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 343343 add ` vimPlugins.notmuch-vim ` to your (Neo)vim configuration if you want the
344344 vim plugin.
345345
346- - ` prisma ` and ` prisma-engines ` have been updated to version 6.6 .0, which
346+ - ` prisma ` and ` prisma-engines ` have been updated to version 6.7 .0, which
347347 introduces several breaking changes. See the
348348 [ Prisma ORM upgrade guide] ( https://www.prisma.io/docs/orm/more/upgrade-guides/upgrading-versions/upgrading-to-prisma-6 )
349349 for more information.
Original file line number Diff line number Diff line change 1313# function correctly.
1414rustPlatform . buildRustPackage rec {
1515 pname = "prisma-engines" ;
16- version = "6.6 .0" ;
16+ version = "6.7 .0" ;
1717
1818 src = fetchFromGitHub {
1919 owner = "prisma" ;
2020 repo = "prisma-engines" ;
2121 rev = version ;
22- hash = "sha256-moonBNNGWECGPvhyyeHKKAQRXj5lNP0k99JB+1POMUE =" ;
22+ hash = "sha256-Ty8BqWjZluU6a5xhSAVb2VoTVY91UUj6zoVXMKeLO4o =" ;
2323 } ;
2424
2525 useFetchCargoVendor = true ;
26- cargoHash = "sha256-BiSo3BgVxiPAfSIPUv0SqH+XgU1Vh4wws0set4cLzDU =" ;
26+ cargoHash = "sha256-HjDoWa/JE6izUd+hmWVI1Yy3cTBlMcvD9ANsvqAoHBI =" ;
2727
2828 # Use system openssl.
2929 OPENSSL_NO_VENDOR = 1 ;
Original file line number Diff line number Diff line change 1313
1414stdenv . mkDerivation ( finalAttrs : {
1515 pname = "prisma" ;
16- version = "6.6 .0" ;
16+ version = "6.7 .0" ;
1717
1818 src = fetchFromGitHub {
1919 owner = "prisma" ;
2020 repo = "prisma" ;
2121 rev = finalAttrs . version ;
22- hash = "sha256-AywqYcXzTWaedfHEH2LIaJUv80KFvd7sdADkivLRf5Y =" ;
22+ hash = "sha256-ts7HvQbbBFzLRr7uamo95rDnJuDHsAu2CE/pKkJwcX4 =" ;
2323 } ;
2424
2525 nativeBuildInputs = [
@@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
3232
3333 pnpmDeps = pnpm_9 . fetchDeps {
3434 inherit ( finalAttrs ) pname version src ;
35- hash = "sha256-Uc4/iePIaHHXBrl66oRwXS9YDbQ5kTpKXa6q9EztbsA =" ;
35+ hash = "sha256-dhEpn0oaqZqeiRMfcSiaqhud/RsKd6Wm5RR5iyQp1I8 =" ;
3636 } ;
3737
3838 patchPhase = ''
You can’t perform that action at this time.
0 commit comments