postgrest: 13.0.5 -> 13.0.6

Release Notes:
https://github.com/PostgREST/postgrest/releases/tag/v13.0.6
This commit is contained in:
Wolfgang Walther
2025-09-01 20:01:18 +02:00
parent e67ff20705
commit 8b3d840ac8

View File

@@ -2773,12 +2773,12 @@ with haskellLib;
doJailbreak
# 2022-12-02: Hackage release lags behind actual releases: https://github.com/PostgREST/postgrest/issues/2275
(overrideSrc rec {
version = "13.0.5";
version = "13.0.6";
src = pkgs.fetchFromGitHub {
owner = "PostgREST";
repo = "postgrest";
rev = "v${version}";
hash = "sha256-5gBXQPU1pMwbpL+6DnWzAnilohH0JETNkES6sBP8tdM=";
hash = "sha256-BM7fLW7LYrl+++NVztr407QyAhj2k5zO70iDqSe22dc=";
};
})
];