Files
nixpkgs/pkgs/servers/sql/postgresql/17.nix
T
Wolfgang Walther 8af07b25ac postgresql: switch back to latest tags
The commits we already switched to have now been tagged, so we can go
back to these.
2025-11-13 12:17:52 +01:00

12 lines
413 B
Nix

import ./generic.nix {
version = "17.7";
rev = "refs/tags/REL_17_7";
hash = "sha256-W+505LAeiO5ln7wBhxZLv/p3GxiJp8MFfCGVDyvHREg=";
muslPatches = {
dont-use-locale-a = {
url = "https://git.alpinelinux.org/aports/plain/main/postgresql17/dont-use-locale-a-on-musl.patch?id=d69ead2c87230118ae7f72cef7d761e761e1f37e";
hash = "sha256-6zjz3OpMx4qTETdezwZxSJPPdOvhCNu9nXvAaU9SwH8=";
};
};
}