Skip to content

Commit

Permalink
zipline: update prisma patch (#378695)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Feb 4, 2025
2 parents f2332bd + 08ebf72 commit a495480
Show file tree
Hide file tree
Showing 2 changed files with 239 additions and 226 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/zi/zipline/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
};

patches = [
# Update prisma to match the version in nixpkgs exactly (currently 6.0.1). To create this patch, change the
# Update prisma to match the version in nixpkgs exactly (currently 6.3.0). To create this patch, change the
# versions in `package.json`, then run `nix run nixpkgs#yarn-berry -- install --mode update-lockfile`
# to update `yarn.lock`.
./prisma6.patch
Expand Down Expand Up @@ -70,7 +70,7 @@ stdenv.mkDerivation (finalAttrs: {
yarn install --immutable --mode skip-build
'';

outputHash = "sha256-kWE6YVhyH5Lk/SO0h624Zq9/6ztoUE3FNzHB0dyl5aI=";
outputHash = "sha256-c7U/PMlulbjzWx0w4jstgfjeDYPkmfcXIRCDEQxhirA=";
outputHashMode = "recursive";
};

Expand Down
Loading

0 comments on commit a495480

Please sign in to comment.