Commit Graph
593189 Commits
Author SHA1 Message Date
Fabian Affolter c1a61df741 python312Packages.pydub: add patch to fix test assertions 2024-02-29 12:31:10 +01:00
YtandGitHub cd7f814c69 Merge pull request #289513 from happysalada/update_llama_cpp
llama-cpp: pull upstream flake changes
2024-02-29 11:26:08 +00:00
Arnout EngelenandGitHub 728d2d1fd9 Merge pull request #287805 from raboof/sway-update-to-1.9
sway: 1.8.1 -> 1.9.0
2024-02-29 12:06:52 +01:00
R. Ryantm 918789b650 apt: 2.7.12 -> 2.7.13 2024-02-29 10:51:21 +00:00
R. Ryantm 93a6f93fd4 python312Packages.pex: 2.2.1 -> 2.2.2 2024-02-29 10:44:37 +00:00
R. Ryantm b7da92542e python312Packages.types-aiobotocore: 2.11.2 -> 2.12.0 2024-02-29 10:44:37 +00:00
36e51d7cbf sway: 1.8.1 -> 1.9.0
Co-authored-by: Phileas Lebada <norpol@users.noreply.github.com>
Co-authored-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
2024-02-29 11:37:30 +01:00
DavHau 3e3ae4ecf5 writers: add support for wrapping
Add a makeWrapperArgs argument to all script writers under pkgs.writers.

This can be used to set, prefix, or suffix the PATH or other environment variables which improves the ability to generate scripts with reproducible behavior.

Some of the writers (writeBash, writeDash, writeFish, writeNu) previously did not support passing an argument set, for example
```
writeBash "example" "echo hello"

```

In order to add the new capability to these writers as well, their call signature is now overloaded in order to allow the following:
(The old call style from the example above remains intact)
```
writeBash "example"
  { makeWrapperArgs = [ "--prefix" "PATH" ":" "${pkgs.hello}/bin" ]; }
  ''
    hello
  ''
```

Done as well:
- add tests
- add more docs
- fix some misleading docs
- extend existing docs with more examples
2024-02-29 17:31:58 +07:00
rewine 9bb583a6ba hyprlandPlugins.hy3: 0.35.0 -> unstable-2024-02-23 2024-02-29 18:26:55 +08:00
R. Ryantm 3ed8ea7dba pgpool: 4.5.0 -> 4.5.1 2024-02-29 10:23:32 +00:00
R. Ryantm 2895734ba7 zcfan: 1.2.1 -> 1.3.0 2024-02-29 10:21:20 +00:00
R. Ryantm 12f412c485 rocksndiamonds: 4.3.8.1 -> 4.3.8.2 2024-02-29 10:21:06 +00:00
R. Ryantm 38eb9caf24 python311Packages.litellm: 1.27.4 -> 1.28.0 2024-02-29 10:21:06 +00:00
Fabian Affolter 95853731b2 python311Packages.pydub: refactor 2024-02-29 11:15:25 +01:00
networkException 46581bb1b7 ungoogled-chromium: 122.0.6261.69-1 -> 122.0.6261.94-1
https://chromereleases.googleblog.com/2024/02/stable-channel-update-for-desktop_27.html

This update includes 4 security fixes.

CVEs:
CVE-2024-1938 CVE-2024-1939
2024-02-29 11:05:52 +01:00
R. Ryantm 13c91f2039 zim-tools: 3.3.0 -> 3.4.0 2024-02-29 10:05:42 +00:00
Fabian Affolter 5ff04ea7e1 python311Packages.cssbeautifier: 1.14.11 -> 1.15.1
Changelog: https://github.com/beautifier/js-beautify/blob/v1.15.1/CHANGELOG.md
2024-02-29 11:05:10 +01:00
Fabian AffolterandGitHub 7ef6e3a859 python312Packages.snapcast: refactor 2024-02-29 10:54:38 +01:00
AtemuandGitHub ebe6e80779 Merge pull request #291953 from atorres1985-contrib/emacspeak
emacspeak: 58.0 -> 59.0
2024-02-29 09:51:49 +00:00
R. Ryantm 661372099c vtm: 0.9.63 -> 0.9.74 2024-02-29 09:51:23 +00:00
Fabian AffolterandGitHub 40ff5015a4 Merge pull request #292274 from fabaff/twilio-bump
python311Packages.twilio: 8.13.0 -> 9.0.0
2024-02-29 10:50:30 +01:00
Fabian AffolterandGitHub 9db775f527 Merge pull request #292280 from fabaff/yolink-api-bump
python311Packages.yolink-api: 0.3.8 -> 0.3.9
2024-02-29 10:50:20 +01:00
Arnout EngelenandGitHub 33a869955a Merge pull request #277423 from oliviacrain/olivia/ibus-r13y
ibus: 1.5.28 -> 1.5.29
2024-02-29 10:49:02 +01:00
Fabian AffolterandGitHub 28097f87a2 dontgo403: refactor 2024-02-29 10:46:48 +01:00
SandroandGitHub 7db0c0fd2c Merge pull request #289578 from IogaMaster/niri 2024-02-29 10:44:33 +01:00
K900andGitHub 5291123cd8 Merge pull request #292288 from K900/plasma6-platforms
pkgs/kde: set meta.platforms
2024-02-29 12:44:22 +03:00
Fabian AffolterandGitHub 425890655e Merge pull request #292252 from r-ryantm/auto-update/python311Packages.reptor
python311Packages.reptor: 0.9 -> 0.11
2024-02-29 10:42:14 +01:00
Fabian AffolterandGitHub 036266bc42 Merge pull request #292211 from r-ryantm/auto-update/checkSSLCert
checkSSLCert: 2.79.0 -> 2.80.0
2024-02-29 10:41:55 +01:00
Fabian AffolterandGitHub db3fd7ed93 Merge pull request #292140 from r-ryantm/auto-update/ggshield
ggshield: 1.24.0 -> 1.25.0
2024-02-29 10:41:40 +01:00
Johannes Kirschbauer 54658a47d0 doc: improve pkgs.writers comments 2024-02-29 10:38:03 +01:00
Fabian AffolterandGitHub 1dc36334bd Merge pull request #292285 from fabaff/aioshelly-bump
python312Packages.aioshelly: 8.0.2 -> 8.1.1
2024-02-29 10:28:21 +01:00
Fabian Affolter c93521999d python311Packages.pymc: fix hash 2024-02-29 10:27:32 +01:00
Fabian AffolterandGitHub 5109965583 Merge pull request #292286 from fabaff/adafruit-platformdetect-bump
python312Packages.adafruit-platformdetect: 3.60.0 -> 3.61.0
2024-02-29 10:25:42 +01:00
Fabian AffolterandGitHub 2b860dbf28 Merge pull request #292287 from fabaff/opower-bump
python312Packages.opower: 0.3.1 -> 0.4.0
2024-02-29 10:25:33 +01:00
Fabian AffolterandGitHub bf838f4f29 Merge pull request #292289 from fabaff/aiounifi-bump
python311Packages.aiounifi: 71 -> 72
2024-02-29 10:25:20 +01:00
Fabian AffolterandGitHub 33b23ce735 Merge pull request #292272 from fabaff/pymicrobot-bump
python312Packages.pymicrobot: 0.0.18 -> 0.0.22
2024-02-29 10:21:10 +01:00
Fabian AffolterandGitHub 05bae8fa70 Merge pull request #292271 from fabaff/trufflehog-bump
trufflehog: 3.68.2 -> 3.68.3
2024-02-29 10:20:58 +01:00
Fabian AffolterandGitHub 1f26ed3b2b Merge pull request #292277 from fabaff/types-beautifulsoup4-bump
python311Packages.types-beautifulsoup4: 4.12.0.20240106 -> 4.12.0.202…
2024-02-29 10:19:50 +01:00
Fabian AffolterandGitHub 688450d653 Merge pull request #292276 from fabaff/types-html5lib-bump
python311Packages.types-html5lib: 1.1.11.20240222 -> 1.1.11.20240228
2024-02-29 10:19:41 +01:00
Fabian AffolterandGitHub 4f79d6dcfb Merge pull request #292281 from fabaff/botocore-stubs-bump
python312Packages.botocore-stubs: 1.34.50 -> 1.34.52
2024-02-29 10:19:18 +01:00
Fabian AffolterandGitHub 365efb1fee Merge pull request #292282 from fabaff/boto3-stubs-bump
python312Packages.boto3-stubs: 1.34.50 -> 1.34.52
2024-02-29 10:19:07 +01:00
Fabian AffolterandGitHub d68fc083b2 Merge pull request #292283 from fabaff/mscerts-bump
python312Packages.mscerts: 2023.11.29 -> 2024.2.28
2024-02-29 10:18:56 +01:00
Fabian AffolterandGitHub 54538d442f Merge pull request #292284 from fabaff/aiocsv-bump
python312Packages.aiocsv: 1.3.0 -> 1.3.1
2024-02-29 10:18:45 +01:00
Fabian AffolterandGitHub f3d8707bea Merge pull request #291429 from fabaff/clarifai-bump
python311Packages.clarifai: 9.11.1 -> 10.1.0
2024-02-29 10:18:13 +01:00
R. Ryantm d02c772a66 libdatovka: 0.6.0 -> 0.6.2 2024-02-29 09:16:16 +00:00
R. Ryantm cf57c56b88 alacritty-theme: unstable-2024-02-25 -> unstable-2024-02-28 2024-02-29 09:08:24 +00:00
R. Ryantm 6978468467 pocketbase: 0.21.3 -> 0.22.0 2024-02-29 09:08:18 +00:00
SandroandGitHub 8f9408876b Merge pull request #292186 from r-ryantm/auto-update/python311Packages.oslo-concurrency 2024-02-29 10:04:44 +01:00
Fabian Affolter 8776076cfa python311Packages.arviz: disable failing test 2024-02-29 10:04:16 +01:00
oxalica 8e61428bfd linux: enable CONFIG_BLK_DEV_ZONED
This enables support for ZAC/ZBC/ZNS host-managed and host-aware zoned
block devices. It also enables zone features in various filesystems
including BTRFS and F2FS, and other relative subsystems like nvme and
virtio-blk.
2024-02-29 03:44:14 -05:00