···103103104104 config = mkIf cfg.enable {
105105 warnings = []
106106- ++ optional (cfg.settings ? update_manager)
106106+ ++ optional (cfg.settings.update_manager.enable_system_updates or false)
107107 ''Enabling update_manager is not supported on NixOS and will lead to non-removable warnings in some clients.''
108108 ++ optional (cfg.configDir != null)
109109 ''
···1313 gccMajorVersion = nvccCompatibilities.${cudaVersion}.gccMaxMajorVersion;
1414 cudaStdenv = stdenvAdapters.useLibsFrom stdenv pkgs."gcc${gccMajorVersion}Stdenv";
1515 passthruExtra = {
1616- nixpkgsCompatibleLibstdcxx = lib.warn "cudaPackages.backendStdenv.nixpkgsCompatibleLibstdcxx is misnamed, deprecated, and will be removed after 24.05" cudaStdenv.cc.cxxStdlib.package;
1717- # cc already exposed
1616+ # cudaPackages.backendStdenv.nixpkgsCompatibleLibstdcxx has been removed,
1717+ # if you need it you're likely doing something wrong. There has been a
1818+ # warning here for a month or so. Now we can no longer return any
1919+ # meaningful value in its place and drop the attribute entirely.
1820 };
1921 assertCondition = true;
2022in
+2-2
pkgs/development/interpreters/php/8.3.nix
···2233let
44 base = callPackage ./generic.nix (_args // {
55- version = "8.3.1";
66- hash = "sha256-xA+ukZf6aKUy9qBiwxba/jsExUUTa1S56tSTL8JsauE=";
55+ version = "8.3.2";
66+ hash = "sha256-WCs8g3qNlS7//idKXklwbEOojBYoMMKow1gIn+dEkoQ=";
77 });
88in
99base.withExtensions ({ all, ... }: with all; ([
···3838 src = fetchurl {
3939 url = "https://artifacts.elastic.co/downloads/elasticsearch-plugins/${pluginName}/${pluginName}-${version}.zip";
4040 hash =
4141- if version == "7.17.10" then "sha256-D08CVW/qHpZZaKnploM4aCJ4bunvPjVmieDYr1d6jQA="
4141+ if version == "7.17.16" then "sha256-wgm6N5fofs5wTM25ZT3dJkg7iDesXsc3Up419IAY9gk="
4242 else throw "unsupported version ${version} for plugin ${pluginName}";
4343 };
4444 meta = with lib; {
···5454 src = fetchurl {
5555 url = "https://artifacts.elastic.co/downloads/elasticsearch-plugins/${pluginName}/${pluginName}-${version}.zip";
5656 hash =
5757- if version == "7.17.10" then "sha256-cpgr2zPCpsLrmshWJWoGNcGl0X+bO/K4A9bMqLv8+H8="
5757+ if version == "7.17.16" then "sha256-SShdBcWfm21XoVhghSSiWIhsoXzG7wz6162iOmuf5EU="
5858 else throw "unsupported version ${version} for plugin ${pluginName}";
5959 };
6060 meta = with lib; {
···8787 src = fetchurl {
8888 url = "https://artifacts.elastic.co/downloads/elasticsearch-plugins/${pluginName}/${pluginName}-${version}.zip";
8989 hash =
9090- if version == "7.17.10" then "sha256-UmykO+hZDvlFhEbf7zL2bdw4j6NhByRBu9eH3F6/EtM="
9090+ if version == "7.17.16" then "sha256-S/Cp9opeLitFh2/3Qw7/MFt6GcYKufxXKD6cJSi3SaQ="
9191 else throw "unsupported version ${version} for plugin ${pluginName}";
9292 };
9393 meta = with lib; {
···103103 src = fetchurl {
104104 url = "https://artifacts.elastic.co/downloads/elasticsearch-plugins/${pluginName}/${pluginName}-${version}.zip";
105105 hash =
106106- if version == "7.17.10" then "sha256-Y/AbLfHSdocX0NQbnKm63gTWgwzssb4kpSwRqLozD9w="
106106+ if version == "7.17.16" then "sha256-hMErTLd5fXg420Olz+j6Zv7WByA1aNq9FlEgCtkYIxY="
107107 else throw "unsupported version ${version} for plugin ${pluginName}";
108108 };
109109 meta = with lib; {
···119119 src = fetchurl {
120120 url = "https://artifacts.elastic.co/downloads/elasticsearch-plugins/${pluginName}/${pluginName}-${version}.zip";
121121 hash =
122122- if version == "7.17.10" then "sha256-QIYD7cGpJQg+csv/tekN6GFtdnuhYU6VyAXk7nY/uWs="
122122+ if version == "7.17.16" then "sha256-z0gfdx98urCzdQNlVn99CmteG6jweOmUDmGJW89twtU="
123123 else throw "unsupported version ${version} for plugin ${pluginName}";
124124 };
125125 meta = with lib; {
···135135 src = fetchurl {
136136 url = "https://artifacts.elastic.co/downloads/elasticsearch-plugins/${pluginName}/${pluginName}-${esVersion}.zip";
137137 hash =
138138- if version == "7.17.10" then "sha256-L8lS+EPYuhNNTnP3ImeZsBQ5a5DAncs3qBFDWGWISRI="
138138+ if version == "7.17.16" then "sha256-TWMN8jzFjzBVTUB+zn4tJr47VMXHC8U+014BvnArK8M="
139139 else throw "unsupported version ${version} for plugin ${pluginName}";
140140 };
141141 meta = with lib; {
···151151 src = fetchurl {
152152 url = "https://artifacts.elastic.co/downloads/elasticsearch-plugins/${pluginName}/${pluginName}-${esVersion}.zip";
153153 hash =
154154- if version == "7.17.10" then "sha256-eXstbxlyS8WzW8u5YiMFXGpILCcEWrIb/IxXVzAGFLU="
154154+ if version == "7.17.16" then "sha256-hG5wy1Xw4T1NzI7pja3CejwJg002/n6YqM1/QaVSWbg="
155155 else throw "unsupported version ${version} for plugin ${pluginName}";
156156 };
157157 meta = with lib; {
···167167 pluginName = "search-guard";
168168 version =
169169 # https://docs.search-guard.com/latest/search-guard-versions
170170- if esVersion == "7.17.10" then "${esVersion}-53.7.0"
170170+ if esVersion == "7.17.16" then "${esVersion}-53.8.0"
171171 else throw "unsupported version ${esVersion} for plugin ${pluginName}";
172172 src =
173173- if esVersion == "7.17.10" then
173173+ if esVersion == "7.17.16" then
174174 fetchurl {
175175 url = "https://maven.search-guard.com/search-guard-suite-release/com/floragunn/search-guard-suite-plugin/${version}/search-guard-suite-plugin-${version}.zip";
176176- hash = "sha256-FIF4O8z0U2giXVA2cNEdCDbpuJDJhaxHBOmv2fACucw=";
176176+ hash = "sha256-j8dz7rUKWqMvT6EksoFIuGJzYcgdMipKeg2d8UtzlDI=";
177177 }
178178 else throw "unsupported version ${version} for plugin ${pluginName}";
179179 meta = with lib; {
+4
pkgs/servers/ttyd/default.nix
···20202121 outputs = [ "out" "man" ];
22222323+ passthru.tests = {
2424+ inherit (nixosTests) ttyd;
2525+ };
2626+2327 meta = {
2428 description = "Share your terminal over the web";
2529 homepage = "https://github.com/tsl0922/ttyd";
···7952795279537953 # The latest version used by elasticsearch, logstash, kibana and the the beats from elastic.
79547954 # When updating make sure to update all plugins or they will break!
79557955- elk7Version = "7.17.10";
79557955+ elk7Version = "7.17.16";
7956795679577957 elasticsearch7 = callPackage ../servers/search/elasticsearch/7.x.nix {
79587958 util-linux = util-linuxMinimal;
···84728472 })
84738473 garage
84748474 garage_0_8 garage_0_9
84758475- garage_0_8_4 garage_0_9_0;
84758475+ garage_0_8_5 garage_0_9_1;
8476847684778477 garmintools = callPackage ../development/libraries/garmintools { };
84788478