Skip to content

Commit 2196a21

Browse files
prisma_7, prisma-engines_7: 7.6.0 -> 7.7.0 (#508049)
2 parents dc0ae5e + 6fd1865 commit 2196a21

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# function correctly.
1212
rustPlatform.buildRustPackage (finalAttrs: {
1313
pname = "prisma-engines_7";
14-
version = "7.6.0";
14+
version = "7.7.0";
1515

1616
src = fetchFromGitHub {
1717
owner = "prisma";

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

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

1616
stdenv.mkDerivation (finalAttrs: {
1717
pname = "prisma_7";
18-
version = "7.6.0";
18+
version = "7.7.0";
1919

2020
src = fetchFromGitHub {
2121
owner = "prisma";
2222
repo = "prisma";
2323
tag = finalAttrs.version;
24-
hash = "sha256-BesX2ySfgew6+9Q6fnhZ8gMnnxh4D4fefaA5BhehlHE=";
24+
hash = "sha256-GdS70TdHOlI0OatLvu/laBJzBraS/KWuWwpwQGTIEEU=";
2525
};
2626

2727
nativeBuildInputs = [
@@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
3737
inherit (finalAttrs) pname version src;
3838
pnpm = pnpm_10;
3939
fetcherVersion = 3;
40-
hash = "sha256-ZOpNt+W5b1troicfkCi4wCCDtwhTB4VlPgxYMZetcs0=";
40+
hash = "sha256-lfvRw+F0X1BPw3Njiri602HCiyDJOpyXQ5Dgh9f1hfc=";
4141
};
4242

4343
patchPhase = ''

0 commit comments

Comments
 (0)