···12351235 "services.postfix.lookupMX was removed. Use services.postfix.settings.main.relayhost and put the hostname in angled brackets, if you need to turn off MX and SRV lookups."
12361236 )
12371237 (lib.mkRemovedOptionModule [ "services" "postfix" "relayHost" ]
12381238- "services.postfix.relayHost was removed in favor of services.postfix.settings.main.relayhost, which now takes a list of host/port."
12381238+ "services.postfix.relayHost was removed in favor of services.postfix.settings.main.relayhost, which now takes a list of host:port."
12391239 )
12401240 (lib.mkRemovedOptionModule [ "services" "postfix" "relayPort" ]
12411241- "services.postfix.relayHost was removed in favor of services.postfix.settings.main.relayhost, which now takes a list of host/port."
12411241+ "services.postfix.relayPort was removed in favor of services.postfix.settings.main.relayhost, which now takes a list of host:port."
12421242 )
12431243 (lib.mkRemovedOptionModule [ "services" "postfix" "extraConfig" ]
12441244 "services.postfix.extraConfig was replaced by the structured freeform service.postfix.settings.main option."
+8-2
pkgs/by-name/aw/awscli2/package.nix
···6565in
6666py.pkgs.buildPythonApplication rec {
6767 pname = "awscli2";
6868- version = "2.27.61"; # N.B: if you change this, check if overrides are still up-to-date
6868+ version = "2.28.1"; # N.B: if you change this, check if overrides are still up-to-date
6969 pyproject = true;
70707171 src = fetchFromGitHub {
7272 owner = "aws";
7373 repo = "aws-cli";
7474 tag = version;
7575- hash = "sha256-2lcPqNrGAHvPPVZIQaDbI54sQQ7OsOiMxUx6qg6WeNU=";
7575+ hash = "sha256-TpyjYnLTBPU83g6/h+BrX4hd4dUbZUvDyJ6m/3v38+A=";
7676 };
77777878 postPatch = ''
···158158 # Disable slow tests (only run unit tests)
159159 "tests/backends"
160160 "tests/functional"
161161+ ];
162162+163163+ disabledTests = [
164164+ # Requires networking (socket binding not possible in sandbox)
165165+ "test_is_socket"
166166+ "test_is_special_file_warning"
161167 ];
162168163169 pythonImportsCheck = [
···1515 version = "2.4.3";
16161717 # To correlate scipVersion and version, check: https://scipopt.org/#news
1818- scipVersion = "9.2.2";
1818+ scipVersion = "9.2.3";
19192020 src = fetchFromGitHub {
2121 owner = "scipopt";
+1-1
pkgs/by-name/sc/scipopt-ug/package.nix
···1313 version = "1.0.0-beta6";
14141515 # To correlate scipVersion and version, check: https://scipopt.org/#news
1616- scipVersion = "9.2.2";
1616+ scipVersion = "9.2.3";
17171818 # Take the SCIPOptSuite source since no other source exists publicly.
1919 src = fetchzip {
+1-1
pkgs/by-name/sc/scipopt-zimpl/package.nix
···1414 version = "362";
15151616 # To correlate scipVersion and version, check: https://scipopt.org/#news
1717- scipVersion = "9.2.2";
1717+ scipVersion = "9.2.3";
18181919 src = fetchFromGitHub {
2020 owner = "scipopt";
···88# Refer to the following comment to get you setup: https://github.com/NixOS/nixpkgs/pull/201646#issuecomment-1320893716
99buildFishPlugin rec {
1010 pname = "tide";
1111- version = "6.1.1";
1111+ version = "6.2.0";
12121313 src = fetchFromGitHub {
1414 owner = "IlanCosman";
1515 repo = "tide";
1616 rev = "v${version}";
1717- hash = "sha256-ZyEk/WoxdX5Fr2kXRERQS1U1QHH3oVSyBQvlwYnEYyc=";
1717+ hash = "sha256-1ApDjBUZ1o5UyfQijv9a3uQJ/ZuQFfpNmHiDWzoHyuw=";
1818 };
19192020 #buildFishplugin will only move the .fish files, but tide has a tide configure function