Skip to content

Commit b9bb43e

Browse files
committed
fix: update input hash on each version
1 parent 5b7150a commit b9bb43e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/config.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ in
4343
postgres = {
4444
"15" = {
4545
version = "15.14";
46-
hash = "";
46+
hash = "sha256-Bt110wXNOHDuYrOTLmYcYkVD6vmuK6N83sCk+O3QUdI=";
4747
};
4848
"17" = {
4949
version = "17.6";
50-
hash = "";
50+
hash = "sha256-4GMKNgCuonURcVVjJZ7CERzV9DU6SwQOC+gn+UzXqLA=";
5151
};
5252
};
5353
orioledb = {

0 commit comments

Comments
 (0)