Nick Cao and GitHub
da6310f766
Merge pull request #332717 from dotlambda/python3Packages.miniaudio
...
python312Packages.miniaudio: 1.60 -> 1.61
2024-08-06 15:13:56 -04:00
Nick Cao and GitHub
4e20e8da22
Merge pull request #332678 from r-ryantm/auto-update/spicedb-zed
...
spicedb-zed: 0.19.2 -> 0.20.0
2024-08-06 15:03:36 -04:00
Nick Cao and GitHub
9b1a22d15e
Merge pull request #332620 from r-ryantm/auto-update/crawley
...
crawley: 1.7.6 -> 1.7.7
2024-08-06 15:02:29 -04:00
Nick Cao and GitHub
8e62330482
Merge pull request #332626 from r-ryantm/auto-update/cotp
...
cotp: 1.7.3 -> 1.8.0
2024-08-06 15:01:34 -04:00
Nick Cao and GitHub
2875c7a482
Merge pull request #332633 from r-ryantm/auto-update/buildkite-agent
...
buildkite-agent: 3.76.1 -> 3.76.2
2024-08-06 15:00:57 -04:00
Alyssa Ross
4bcffa6dc3
psst: unstable-2024-05-26 -> unstable-2024-07-29
...
Required to build with Rust 1.80.0.
Link: https://github.com/rust-lang/rust/issues/127343
2024-08-06 21:00:49 +02:00
Nick Cao and GitHub
176846ae3c
Merge pull request #332640 from r-ryantm/auto-update/bearer
...
bearer: 1.45.2 -> 1.46.0
2024-08-06 15:00:19 -04:00
Thiago Kenji Okada and GitHub
cb91750451
Merge pull request #297434 from Vonfry/init-ly-module
...
add nixos/ly module and package update
2024-08-06 19:32:22 +01:00
❄️ and GitHub
51120e1f3c
Merge pull request #331586 from Denommus/master
...
anchor: 0.30.0 -> 0.30.1
2024-08-06 15:31:46 -03:00
Donovan Glover and GitHub
fe3e510e60
Merge pull request #332354 from r-ryantm/auto-update/svelte-language-server
...
svelte-language-server: 0.16.13 -> 0.16.14
2024-08-06 18:30:39 +00:00
Donovan Glover and GitHub
366634317c
Merge pull request #332741 from Nydragon/bump-walker
...
walker: 0.0.88 -> 0.6.7
2024-08-06 18:28:07 +00:00
Daniel Nagy and Alyssa Ross
4f85840d25
gcc: provide build support for gccrs
...
Patches from the gccrs project are being upstreamed into gcc. With
these changes we are now able to build a gcc with rust support like
this:
```nix
wrapCC (gcc14.cc.override {
langRust = true;
});
```
More info:
https://rust-gcc.github.io/
https://gcc.gnu.org/pipermail/gcc-patches/2022-December/608387.html
2024-08-06 20:26:34 +02:00
Aaron Honeycutt and Alyssa Ross
a655585537
cosmic-edit: 0-unstable-2024-04-15 -> 1.0.0-alpha.1
2024-08-06 20:23:24 +02:00
Aaron Honeycutt and Alyssa Ross
37b3825712
cosmic-settings: unstable-2024-02-15 -> 1.0.0-alpha.1
2024-08-06 20:22:53 +02:00
Aaron Honeycutt and Alyssa Ross
a1d122b4af
cosmic-store: unstable-2024-04-15 -> 1.0.0-alpha.1
2024-08-06 20:22:23 +02:00
Aaron Honeycutt and Alyssa Ross
8f3b8f30f7
cosmic-term: 0-unstable-2024-04-15 -> 1.0.0-alpha.1
2024-08-06 20:22:08 +02:00
Robert Schütz and GitHub
eec16b48aa
Merge pull request #332651 from r-ryantm/auto-update/python312Packages.pulumi-aws
...
python312Packages.pulumi-aws: 6.46.0 -> 6.48.0
2024-08-06 10:57:44 -07:00
Robert Schütz and GitHub
6509e2db24
Merge pull request #332641 from r-ryantm/auto-update/python312Packages.stripe
...
python312Packages.stripe: 10.4.0 -> 10.6.0
2024-08-06 10:57:09 -07:00
Donovan Glover and GitHub
bb3ce70121
Merge pull request #332724 from oxalica/pkg/nil
...
nil: 2023-08-09 -> 2024-08-06 and migrate to by-name
2024-08-06 17:54:05 +00:00
Masum Reza and GitHub
d1cde1b920
nixos/ananicy: fix typo ( #332771 )
2024-08-06 23:07:39 +05:30
Wael Nasreddine and GitHub
88b2e787e4
Merge pull request #331664 from r-ryantm/auto-update/bazel-gazelle
...
bazel-gazelle: 0.37.0 -> 0.38.0
2024-08-06 10:33:16 -07:00
Doron Behar and GitHub
716fcced47
Merge pull request #332710 from r-ryantm/auto-update/pistol
...
pistol: 0.5.1 -> 0.5.2
2024-08-06 16:48:29 +00:00
Michele Guerini Rocco and GitHub
e16e4d74c5
Merge pull request #332199 from illdefined/vapoursynth-new
...
vapoursynth: 65 → 69
2024-08-06 18:28:46 +02:00
Franz Pletz and GitHub
75ceabad7d
Merge pull request #332729 from urandom2/wtwitch
2024-08-06 17:47:29 +02:00
a-kenji and Alyssa Ross
4c33e4b301
cosmic-bg: unstable-2023-10-10 -> 1.0.0-alpha.1
2024-08-06 17:35:14 +02:00
Matthew Bauer and GitHub
2a13929e1f
postgresqlPackages.timescaledb_toolkit: fix on macos ( #332353 )
...
* postgresqlPackages.timescaledb_toolkit: fix on macos
It looks like the macOS linker doesn’t like that some of the symbols
are undefined in the extension. They will be provided by the postgres
binary, but macOS linker checks that all symbols are defined.
Apparently, Linux allows these symbols to be undefined.
The -undefined flag changes this behavior:
> Specifies how undefined symbols are to be treated. Options are:
> error, warning, suppress, or dynamic_lookup. The default is error.
So, setting to dynamic_lookup makes the most sense here, and makes
this package work on macOS. I tried to see if pgvecto-rs, which also
uses buildPgrxExtension, would build. Unfortunately, it gave other
errors.
More information on the bug here: https://github.com/supabase/nix-postgres/issues/10
* Remove stdenv
2024-08-06 10:17:48 -05:00
Nydragon
ae4575d27b
walker: add update script
2024-08-06 17:08:10 +02:00
Nydragon
36467dc5ab
walker: 0.0.88 -> 0.6.7
...
https://github.com/abenz1267/walker/compare/v0.0.88...v0.6.7
2024-08-06 17:07:53 +02:00
Phani Rithvij and GitHub
fbf6ab328d
tdl: 0.17.1 -> 0.17.3 ( #331930 )
...
nixfmt-rfc-style fmt
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com >
2024-08-06 16:52:45 +02:00
Yuri Albuquerque
405114d4a0
anchor: 0.30.0 -> 0.30.1
...
https://github.com/coral-xyz/anchor/releases/tag/v0.30.1
2024-08-06 11:35:56 -03:00
K900 and GitHub
7c8b2a22dc
Merge pull request #332737 from K900/plasma-6.1.4
...
kdePackages: Plasma 6.1.3 -> 6.1.4
2024-08-06 17:26:00 +03:00
Franz Pletz and GitHub
481d7272d1
Merge pull request #201202 from m-bdf/sdboot-infinite-timeout
2024-08-06 16:25:25 +02:00
Fabian Affolter and GitHub
d08e428206
Merge pull request #332714 from fabaff/modbus-tk
...
python312Packages.modbus-tk: init at 1.1.1
2024-08-06 16:09:11 +02:00
Fabian Affolter and GitHub
d870a47fad
Merge pull request #332716 from fabaff/print-color
...
python312Packages.ppk2-api: init at 0.9.2
2024-08-06 16:08:57 +02:00
Martin Weinelt and GitHub
f1e0d13ee3
Merge pull request #332608 from mweinelt/firefox-129.0
...
Firefox: 128.0.3 -> 129.0; Firefox-128-ESR: 128.0esr -> 128.1.0esr; Firefox-115-ESR: 115.13.0esr -> 115.14.0esr
2024-08-06 15:47:43 +02:00
Colin Arnott
a5466bd591
wtwitch: migrate to by-name
2024-08-06 13:40:06 +00:00
K900
5bf97d939f
kdePackages: Plasma 6.1.3 -> 6.1.4
2024-08-06 16:29:35 +03:00
Fabian Affolter and GitHub
4c7574c283
Merge pull request #332643 from fabaff/boto3-stubs-bump
...
python312Packages.boto3-stubs: 1.34.153 -> 1.34.154, python312Packages.botocore-stubs: 1.34.153 -> 1.34.154
2024-08-06 15:27:33 +02:00
oxalica
23faf66c56
nil: migrate to by-name
2024-08-06 08:57:42 -04:00
WilliButz and GitHub
15d3397f18
Merge pull request #332514 from flokli/weeslack-fix
...
weechatScripts.wee-slack: apply fix for wee-slack/wee-slack#930
2024-08-06 14:56:11 +02:00
oxalica
6f9b7b68cf
nil: 2023-08-09 -> 2024-08-06
...
Diff: https://github.com/oxalica/nil/compare/2023-08-09...2024-08-06
Changelog: https://github.com/oxalica/nil/releases/tag/2024-08-06
2024-08-06 08:55:54 -04:00
Markus Kowalewski and GitHub
2733c636ec
Merge pull request #332701 from markuskowa/fix-umpire
...
umpire: fix source hash
2024-08-06 14:53:59 +02:00
Martin Weinelt and GitHub
d7bd3ed1d0
Merge pull request #332708 from dotlambda/python3Packages.pyemoncms
...
home-assistant: support emoncms component
2024-08-06 14:53:39 +02:00
Robert Schütz and GitHub
d50038489a
Merge pull request #327065 from r-ryantm/auto-update/mlflow-server
...
mlflow-server: 2.14.2 -> 2.14.3
2024-08-06 05:50:48 -07:00
Robert Schütz and GitHub
3a90e2d5cb
Merge pull request #331106 from dotlambda/python3Packages.bayesian-optimization
...
python312Packages.bayesian-optimization: 1.4.3 -> 1.5.1
2024-08-06 05:39:34 -07:00
Fabian Affolter and GitHub
4a09ea86b0
Merge pull request #332562 from r-ryantm/auto-update/python312Packages.sphinxcontrib-confluencebuilder
...
python312Packages.sphinxcontrib-confluencebuilder: 2.6.0 -> 2.6.1
2024-08-06 14:38:20 +02:00
Fabian Affolter
55f60e8908
python312Packages.print-color: init at 0.4.6
...
Module to print color messages in the terminal
https://github.com/xy3/print-color
2024-08-06 14:36:58 +02:00
Robert Schütz
6d46564f41
python312Packages.pyatv: modernize
2024-08-06 05:36:02 -07:00
Bobby Rong and GitHub
47c69555e3
Merge pull request #332244 from bobby285271/upd/cinnamon
...
Cinnamon updates 2024-08-04
2024-08-06 20:35:37 +08:00
Fabian Affolter
2a38dd5446
python312Packages.ppk2-api: init at 0.9.2
...
Power Profiling Kit 2 unofficial Python API
https://github.com/IRNAS/ppk2-api-python
2024-08-06 14:34:42 +02:00