Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

postgrest 12.0.1 #157246

Merged
merged 2 commits into from
Dec 14, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/p/postgrest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class Postgrest < Formula
desc "Serves a fully RESTful API from any existing PostgreSQL database"
homepage "https://github.com/PostgREST/postgrest"
# TODO: Try to switch `ghc@9.2` to `ghc` when postgrest.cabal allows base>=4.17
chenrui333 marked this conversation as resolved.
Show resolved Hide resolved
url "https://github.com/PostgREST/postgrest/archive/refs/tags/v12.0.0.tar.gz"
sha256 "ab38016b25a635543fc3fb4e699ebc303ae9d8e2377865fcd1096d35da8b3f4b"
url "https://github.com/PostgREST/postgrest/archive/refs/tags/v12.0.1.tar.gz"
sha256 "d758d1aebc60da5e5ff2d215eb1dcaa69d62ef88a14077536764ce90125e0961"
license "MIT"
head "https://github.com/PostgREST/postgrest.git", branch: "main"

Expand Down
Loading