Christoph Engelbert (noctarius) and Emily Lange
4f7f469c82
timescaledb: Fixed the licensing for the timescaledb package to be split into TSL (Timescale Community License) and Apache 2.0 components.
...
TimescaleDB provides two types of licenses, Apache 2.0 and Timescale Community License (TSL), with different feature sets. While all the code is in the same repository, the build
system can build both versions depending on the build parameters set in.
Co-authored-by: Emily Lange <git@indeednotjames.com >
2023-03-24 11:12:12 +01:00
Weijia Wang and GitHub
be6d6cd37d
Merge pull request #222735 from GaetanLepage/pnglatex
...
python3Packages.pnglatex: init at 1.1
2023-03-24 11:54:58 +02:00
Gaetan Lepage
2c4c61b6cd
python3Packages.pnglatex: init at 1.1
2023-03-24 10:23:16 +01:00
Naïm Favier and GitHub
4f9bedb8d3
Merge pull request #215330 from soywod/master
...
himalaya: 0.6.0 -> 0.7.1
2023-03-24 10:19:07 +01:00
Azat Bahawi and GitHub
6c79e12046
Merge pull request #222806 from r-ryantm/auto-update/kubedog
...
kubedog: 0.9.9 -> 0.9.11
2023-03-24 11:48:11 +03:00
Fabian Affolter and GitHub
2111a14518
Merge pull request #222577 from fabaff/reolink-aio-bump
...
python310Packages.reolink-aio: 0.5.5 -> 0.5.6
2023-03-24 09:30:12 +01:00
Fabian Affolter and GitHub
f33aad5303
Merge pull request #222201 from fabaff/zeroconf-bumo
...
python310Packages.zeroconf: 0.47.3 -> 0.47.4
2023-03-24 09:29:28 +01:00
Vladimír Čunát
477de8d913
olive-editor: don't use the alias openimageio2
...
Otherwise evaluation won't work with allowAliases = false;
2023-03-24 09:12:57 +01:00
Weijia Wang and GitHub
d4660b45bc
Merge pull request #222852 from amjoseph-nixpkgs/pr/wegank/platforms
...
check-meta.nix: fix self-contradictory error messages
2023-03-24 09:55:22 +02:00
Arnout Engelen and GitHub
b5c040af03
Merge pull request #222710 from MatthewCroughan/mc/olive-update
...
olive-editor: 1.2 -> 2023-03-20
2023-03-24 08:55:07 +01:00
Weijia Wang and GitHub
7cad99f894
Merge pull request #222638 from r-ryantm/auto-update/python310Packages.azure-keyvault-keys
...
python310Packages.azure-keyvault-keys: 4.7.0 -> 4.8.0
2023-03-24 09:54:05 +02:00
zowoq
5de3ce4de5
kubernetes: 1.26.1 -> 1.26.3
...
https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.26.md#changelog-since-v1261
https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.26.md#changelog-since-v1262
2023-03-24 17:49:33 +10:00
Weijia Wang and GitHub
7f5b8aeca6
Merge pull request #222680 from wegank/mygui-bump
...
mygui: 3.4.0 -> 3.4.1
2023-03-24 09:31:15 +02:00
Fabian Affolter and GitHub
505673e19a
Merge pull request #222849 from r-ryantm/auto-update/python310Packages.scmrepo
...
python310Packages.scmrepo: 0.1.15 -> 0.1.16
2023-03-24 08:20:05 +01:00
Fabian Affolter and GitHub
bdff9fbeda
Merge pull request #222780 from fabaff/peaqevcore-bump
...
python310Packages.peaqevcore: 13.4.0 -> 13.4.1
2023-03-24 08:19:22 +01:00
Orivej Desh and GitHub
ad6a206d1b
sonic-lineup: fix build ( #222408 )
2023-03-24 07:19:13 +00:00
Adam Joseph
13507da345
check-meta.nix: fix self-contradictory error messages
...
See https://github.com/NixOS/nixpkgs/pull/222792#pullrequestreview-1356114111
You can't just `lib.filter _ lib.systems.all` -- that throws away
important information, leading to nixpkgs disagreeing with itself
like this:
```
$ NIXPKGS_ALLOW_BROKEN=1 nix-instantiate . -A pkgsStatic.systemd
error: Package ‘systemd-252.5’ in ... is only supported on ... x86_64-linux but not on requested x86_64-linux, refusing to evaluate.
```
After:
```
$ NIXPKGS_ALLOW_BROKEN=1 nix-instantiate . -A pkgsStatic.systemd
error: Package ‘systemd-252.5’ in ... is not available on the requested hostPlatform:
hostPlatform.config = "x86_64-unknown-linux-musl"
package.meta.platforms = [
"aarch64-linux"
"armv5tel-linux"
"armv6l-linux"
"armv7a-linux"
"armv7l-linux"
"i686-linux"
"m68k-linux"
"microblaze-linux"
"microblazeel-linux"
"mipsel-linux"
"mips64el-linux"
"powerpc64-linux"
"powerpc64le-linux"
"riscv32-linux"
"riscv64-linux"
"s390-linux"
"s390x-linux"
"x86_64-linux"
]
package.meta.badPlatforms = [
{
isStatic = true;
parsed = { };
}
]
, refusing to evaluate.
```
2023-03-24 00:15:57 -07:00
Orivej Desh and GitHub
3bfa9ed74d
lsp-plugins: 1.2.5 -> 1.2.6 ( #222835 )
2023-03-24 07:15:12 +00:00
Will Fancher and GitHub
5a9b9e620d
Merge pull request #176828 from therishidesai/luks-multi-key-files
...
nixos/luksroot: add tryEmptyPassphrase option
2023-03-24 03:02:20 -04:00
Weijia Wang and GitHub
0b0ecbea84
Merge pull request #222682 from r-ryantm/auto-update/highlight
...
highlight: 4.4 -> 4.5
2023-03-24 08:50:35 +02:00
Weijia Wang and GitHub
e616acd990
Merge pull request #222809 from r-ryantm/auto-update/clj-kondo
...
clj-kondo: 2023.02.17 -> 2023.03.17
2023-03-24 08:46:54 +02:00
Weijia Wang and GitHub
bc3bbfa2bc
Merge pull request #222828 from r-ryantm/auto-update/unciv
...
unciv: 4.5.9 -> 4.5.10
2023-03-24 08:46:01 +02:00
Weijia Wang and GitHub
79655071a0
Merge pull request #222825 from r-ryantm/auto-update/pritunl-client
...
pritunl-client: 1.3.3467.51 -> 1.3.3474.95
2023-03-24 08:45:26 +02:00
Weijia Wang and GitHub
4cde2b6211
Merge pull request #222700 from r-ryantm/auto-update/frr
...
frr: 8.4.2 -> 8.5
2023-03-24 08:43:18 +02:00
Weijia Wang and GitHub
b41ed471f6
Merge pull request #222833 from andyscott/andy/monit-fix-on-darwin
...
monit: add support for darwin
2023-03-24 08:33:04 +02:00
R. Ryantm
5dab7f3a24
python310Packages.scmrepo: 0.1.15 -> 0.1.16
2023-03-24 06:29:11 +00:00
Weijia Wang and GitHub
f06b91b301
Merge pull request #201136 from sdedovic/or-tools-darwin
...
or-tools: add darwin support
2023-03-24 08:19:24 +02:00
Weijia Wang and GitHub
564bb91432
Merge pull request #222844 from r-ryantm/auto-update/rocm-opencl-runtime
...
rocm-opencl-runtime: 5.4.3 -> 5.4.4
2023-03-24 08:13:33 +02:00
D Anzorge and zowoq
c86b1a0bca
rustPlatform.importCargoLock: handle workspace Cargo.toml false positives
...
Since we grep for 'workspace', it's possible the script ends up running
on a Cargo.toml that has the word 'workspace' in a comment, but does not
actually use workspaces
2023-03-24 15:45:16 +10:00
zowoq and GitHub
6085b3b7f7
Merge pull request #215408 from astro/rust-sysroot
2023-03-24 15:44:59 +10:00
Robert Schütz and Robert Schütz
d7c0dbd04e
python310Packages.dateparser: 1.1.7 -> 1.1.8
...
Diff: https://github.com/scrapinghub/dateparser/compare/refs/tags/v1.1.7...v1.1.8
Changelog: https://github.com/scrapinghub/dateparser/blob/refs/tags/v1.1.8/HISTORY.rst
2023-03-23 21:55:39 -07:00
github-actions[bot] and zowoq
ef87683d19
terraform-providers.aws: 4.59.0 → 4.60.0
2023-03-24 14:40:40 +10:00
github-actions[bot] and zowoq
65f57ae084
terraform-providers.yandex: 0.87.0 → 0.88.0
2023-03-24 14:40:40 +10:00
github-actions[bot] and zowoq
2f89fafb63
terraform-providers.tfe: 0.42.0 → 0.43.0
2023-03-24 14:40:40 +10:00
github-actions[bot] and zowoq
f4ed51c2ef
terraform-providers.sumologic: 2.21.0 → 2.22.0
2023-03-24 14:40:40 +10:00
github-actions[bot] and zowoq
fa24dcba8b
terraform-providers.opentelekomcloud: 1.33.2 → 1.34.0
2023-03-24 14:40:40 +10:00
github-actions[bot] and zowoq
70f9902ace
terraform-providers.kubernetes: 2.18.1 → 2.19.0
2023-03-24 14:40:40 +10:00
github-actions[bot] and zowoq
3aa18ef308
terraform-providers.dnsimple: 0.16.2 → 0.16.3
2023-03-24 14:40:40 +10:00
R. Ryantm
21877777c0
rocm-opencl-runtime: 5.4.3 -> 5.4.4
2023-03-24 04:21:31 +00:00
Nick Cao and GitHub
b9ff605f5e
Merge pull request #222556 from Alizter/ps/branch/git_ps_rs__6_5_0____6_6_0
...
git-ps-rs: 6.5.0 -> 6.6.0
2023-03-24 12:00:56 +08:00
Nick Cao and GitHub
a9536045f5
Merge pull request #222587 from fabaff/pontos-bump
...
python310Packages.pontos: 23.3.5 -> 23.3.6
2023-03-24 11:59:49 +08:00
Nick Cao and GitHub
f3a0f82e57
Merge pull request #222797 from dotlambda/asf-search-6.2.0
...
python310Packages.asf-search: 6.1.0 -> 6.2.0
2023-03-24 11:34:12 +08:00
Nick Cao and GitHub
0b4439bdbf
Merge pull request #222779 from figsoda/ruff
...
ruff: 0.0.258 -> 0.0.259
2023-03-24 11:29:07 +08:00
Nick Cao and GitHub
8dc0d6ce1b
Merge pull request #222768 from figsoda/cargo-audit
...
cargo-audit: 0.17.4 -> 0.17.5
2023-03-24 11:28:04 +08:00
Nick Cao and GitHub
c0c6f99c91
Merge pull request #222824 from r-ryantm/auto-update/ryzenadj
...
ryzenadj: 0.12.0 -> 0.13.0
2023-03-24 11:23:55 +08:00
Nick Cao and GitHub
4071063c4b
Merge pull request #222808 from r-ryantm/auto-update/subfinder
...
subfinder: 2.5.6 -> 2.5.7
2023-03-24 11:22:01 +08:00
Nick Cao and GitHub
08c6d5ef40
Merge pull request #222827 from 3JlOy-PYCCKUi/ttdl
...
ttdl: 3.6.5 -> 3.7.0
2023-03-24 11:20:19 +08:00
figsoda and GitHub
be059644bf
Merge pull request #222657 from figsoda/zigbuild
2023-03-23 22:49:58 -04:00
Andy Scott
2146bad5d5
monit: add support for darwin.
...
Updates the monit package to build on recent (2023) darwin machines.
2023-03-23 19:46:17 -07:00
R. Ryantm and Dmitry Kalinkin
e5ba3d7c7d
rivet: 3.1.6 -> 3.1.7
2023-03-23 22:44:55 -04:00