We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3def294 commit 8980cd2Copy full SHA for 8980cd2
1 file changed
nix/postgresql.nix
@@ -10,7 +10,7 @@
10
name = "docker-entrypoint";
11
src = fetchurl {
12
url = "https://raw.githubusercontent.com/docker-library/postgres/master/16/bookworm/docker-entrypoint.sh";
13
- hash = "sha256-Gm/1aMecuEfP/EFysiofUBzvBQAbCwl1H0gyNoP7ZKI=";
+ hash = "sha256-qjXPpnWmSsdoeQnIOph5jJ/3KrOFVyKg2WQ+SECLbBI=";
14
};
15
dontUnpack = true;
16
installPhase = ''
0 commit comments