File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111# function correctly.
1212rustPlatform . buildRustPackage ( finalAttrs : {
1313 pname = "prisma-engines_7" ;
14- version = "7.6 .0" ;
14+ version = "7.7 .0" ;
1515
1616 src = fetchFromGitHub {
1717 owner = "prisma" ;
Original file line number Diff line number Diff line change 1515
1616stdenv . 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 = ''
You can’t perform that action at this time.
0 commit comments