···1235 "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."
1236 )
1237 (lib.mkRemovedOptionModule [ "services" "postfix" "relayHost" ]
1238- "services.postfix.relayHost was removed in favor of services.postfix.settings.main.relayhost, which now takes a list of host/port."
1239 )
1240 (lib.mkRemovedOptionModule [ "services" "postfix" "relayPort" ]
1241- "services.postfix.relayHost was removed in favor of services.postfix.settings.main.relayhost, which now takes a list of host/port."
1242 )
1243 (lib.mkRemovedOptionModule [ "services" "postfix" "extraConfig" ]
1244 "services.postfix.extraConfig was replaced by the structured freeform service.postfix.settings.main option."
···1235 "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."
1236 )
1237 (lib.mkRemovedOptionModule [ "services" "postfix" "relayHost" ]
1238+ "services.postfix.relayHost was removed in favor of services.postfix.settings.main.relayhost, which now takes a list of host:port."
1239 )
1240 (lib.mkRemovedOptionModule [ "services" "postfix" "relayPort" ]
1241+ "services.postfix.relayPort was removed in favor of services.postfix.settings.main.relayhost, which now takes a list of host:port."
1242 )
1243 (lib.mkRemovedOptionModule [ "services" "postfix" "extraConfig" ]
1244 "services.postfix.extraConfig was replaced by the structured freeform service.postfix.settings.main option."
+8-2
pkgs/by-name/aw/awscli2/package.nix
···65in
66py.pkgs.buildPythonApplication rec {
67 pname = "awscli2";
68- version = "2.27.61"; # N.B: if you change this, check if overrides are still up-to-date
69 pyproject = true;
7071 src = fetchFromGitHub {
72 owner = "aws";
73 repo = "aws-cli";
74 tag = version;
75- hash = "sha256-2lcPqNrGAHvPPVZIQaDbI54sQQ7OsOiMxUx6qg6WeNU=";
76 };
7778 postPatch = ''
···158 # Disable slow tests (only run unit tests)
159 "tests/backends"
160 "tests/functional"
000000161 ];
162163 pythonImportsCheck = [
···65in
66py.pkgs.buildPythonApplication rec {
67 pname = "awscli2";
68+ version = "2.28.1"; # N.B: if you change this, check if overrides are still up-to-date
69 pyproject = true;
7071 src = fetchFromGitHub {
72 owner = "aws";
73 repo = "aws-cli";
74 tag = version;
75+ hash = "sha256-TpyjYnLTBPU83g6/h+BrX4hd4dUbZUvDyJ6m/3v38+A=";
76 };
7778 postPatch = ''
···158 # Disable slow tests (only run unit tests)
159 "tests/backends"
160 "tests/functional"
161+ ];
162+163+ disabledTests = [
164+ # Requires networking (socket binding not possible in sandbox)
165+ "test_is_socket"
166+ "test_is_special_file_warning"
167 ];
168169 pythonImportsCheck = [
···15 version = "2.4.3";
1617 # To correlate scipVersion and version, check: https://scipopt.org/#news
18- scipVersion = "9.2.2";
1920 src = fetchFromGitHub {
21 owner = "scipopt";
···15 version = "2.4.3";
1617 # To correlate scipVersion and version, check: https://scipopt.org/#news
18+ scipVersion = "9.2.3";
1920 src = fetchFromGitHub {
21 owner = "scipopt";
+1-1
pkgs/by-name/sc/scipopt-ug/package.nix
···13 version = "1.0.0-beta6";
1415 # To correlate scipVersion and version, check: https://scipopt.org/#news
16- scipVersion = "9.2.2";
1718 # Take the SCIPOptSuite source since no other source exists publicly.
19 src = fetchzip {
···13 version = "1.0.0-beta6";
1415 # To correlate scipVersion and version, check: https://scipopt.org/#news
16+ scipVersion = "9.2.3";
1718 # Take the SCIPOptSuite source since no other source exists publicly.
19 src = fetchzip {
+1-1
pkgs/by-name/sc/scipopt-zimpl/package.nix
···14 version = "362";
1516 # To correlate scipVersion and version, check: https://scipopt.org/#news
17- scipVersion = "9.2.2";
1819 src = fetchFromGitHub {
20 owner = "scipopt";
···14 version = "362";
1516 # To correlate scipVersion and version, check: https://scipopt.org/#news
17+ scipVersion = "9.2.3";
1819 src = fetchFromGitHub {
20 owner = "scipopt";
···8# Refer to the following comment to get you setup: https://github.com/NixOS/nixpkgs/pull/201646#issuecomment-1320893716
9buildFishPlugin rec {
10 pname = "tide";
11- version = "6.1.1";
1213 src = fetchFromGitHub {
14 owner = "IlanCosman";
15 repo = "tide";
16 rev = "v${version}";
17- hash = "sha256-ZyEk/WoxdX5Fr2kXRERQS1U1QHH3oVSyBQvlwYnEYyc=";
18 };
1920 #buildFishplugin will only move the .fish files, but tide has a tide configure function
···8# Refer to the following comment to get you setup: https://github.com/NixOS/nixpkgs/pull/201646#issuecomment-1320893716
9buildFishPlugin rec {
10 pname = "tide";
11+ version = "6.2.0";
1213 src = fetchFromGitHub {
14 owner = "IlanCosman";
15 repo = "tide";
16 rev = "v${version}";
17+ hash = "sha256-1ApDjBUZ1o5UyfQijv9a3uQJ/ZuQFfpNmHiDWzoHyuw=";
18 };
1920 #buildFishplugin will only move the .fish files, but tide has a tide configure function