Skip to content

Commit 1f12271

Browse files
authored
prisma,prisma-engines: 6.6.0 -> 6.7.0 (#403801)
2 parents cd6c09e + 301dd14 commit 1f12271

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

doc/release-notes/rl-2505.section.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@
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.

pkgs/by-name/pr/prisma-engines/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
# function correctly.
1414
rustPlatform.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;

pkgs/by-name/pr/prisma/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313

1414
stdenv.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 = ''

0 commit comments

Comments
 (0)