Skip to content

Commit 8980cd2

Browse files
committed
updates entrypoint hash - checked content
1 parent 3def294 commit 8980cd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nix/postgresql.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
name = "docker-entrypoint";
1111
src = fetchurl {
1212
url = "https://raw.githubusercontent.com/docker-library/postgres/master/16/bookworm/docker-entrypoint.sh";
13-
hash = "sha256-Gm/1aMecuEfP/EFysiofUBzvBQAbCwl1H0gyNoP7ZKI=";
13+
hash = "sha256-qjXPpnWmSsdoeQnIOph5jJ/3KrOFVyKg2WQ+SECLbBI=";
1414
};
1515
dontUnpack = true;
1616
installPhase = ''

0 commit comments

Comments
 (0)