Skip to content

Commit

Permalink
fix: update flake.nix hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Jul 28, 2024
1 parent 70a9aea commit befb9e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
prisma =
(prisma-utils.lib.prisma-factory {
inherit nixpkgs;
prisma-fmt-hash = "sha256-v0EWddy7VVuxCK9BB8LqnBhIcZet+kVhuvzlKIS+qfs=";
query-engine-hash = "sha256-PBuVZ6Cw7rIwB89RMC6iY3ZyBuo/BcQgM2wsX5ggzWg=";
libquery-engine-hash = "sha256-o/16nzI8emeM1EvCdqtL53CJ7yEyJjWusKovGXMllo4=";
schema-engine-hash = "sha256-coTYlofR4KTlbrygv9/NNUlnDp3tuCBUXb66LPAcKF8=";
prisma-fmt-hash = "sha256-5r8j2x5/5FauFn9HRKcd+tkHVyfObQ9lWCpb7l/oeT8=";
query-engine-hash = "sha256-m8hX3r4NV2DFce5icQdiI9lL6YHCmiJAHeaB8/cOBn0=";
libquery-engine-hash = "sha256-El11c5vX/NuOq7VCg1W1vgD1QAQ+a8H1swJolHr6sb0=";
schema-engine-hash = "sha256-mK1DP9ZNouoettVlVTqaQzns8w8cIRsotpaQ9ZEmmkE=";
}).fromPnpmLock
./pnpm-lock.yaml;
in
Expand Down

0 comments on commit befb9e1

Please sign in to comment.