Unverified Commit 2679bd2f authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

postgrest: 12.0.2 -> 12.0.3

Changelog:
https://github.com/PostgREST/postgrest/releases/tag/v12.0.3

Can't update to 12.2.x, yet, without figuring out some dependency
issues.
parent 47a22a42
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2843,12 +2843,12 @@ self: super: {
    doJailbreak
    # 2022-12-02: Hackage release lags behind actual releases: https://github.com/PostgREST/postgrest/issues/2275
    (overrideSrc rec {
      version = "12.0.2";
      version = "12.0.3";
      src = pkgs.fetchFromGitHub {
        owner = "PostgREST";
        repo = "postgrest";
        rev = "v${version}";
        hash = "sha256-fpGeL8R6hziEtIgHUMfWLF7JAjo3FDYQw3xPSeQH+to=";
        hash = "sha256-peXM5/K034Phcy5vNhc5AT3/9oGXohVogFN9gRsSosY=";
      };
    })
  ];