Commit Graph

534 Commits

Author SHA1 Message Date
Adam Stephens
666014dbf9
openvswitch: remove legacy kernel module building
As of Linux 3.3 the openvswitch kernel module is part of the mainline
kernel.
2024-09-26 09:23:00 -04:00
Pol Dellaiera
ec02fa6d39 open-webui: 0.3.29 -> 0.3.30
diff: https://github.com/open-webui/open-webui/compare/v0.3.29..v0.3.30
changelog: https://github.com/open-webui/open-webui/releases/tag/v0.3.30
2024-09-26 10:28:52 +02:00
Pol Dellaiera
04914842b9 open-webui: 0.3.28 -> 0.3.29
diff: https://github.com/open-webui/open-webui/compare/v0.3.28..v0.3.29
changelog: https://github.com/open-webui/open-webui/releases/tag/v0.3.29
2024-09-25 16:32:23 +02:00
Pol Dellaiera
962b73a5bc
open-webui: 0.3.21 -> 0.3.28 (#343205) 2024-09-25 04:20:14 +02:00
Artturin
63fa53d97c treewide: reformat files which need reformatting after
`treewide: replace stdenv.is with stdenv.hostPlatform.is`
2024-09-25 00:04:39 +03:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Pol Dellaiera
71e4edb8cb open-webui: 0.3.21 -> 0.3.28
Diff: https://github.com/open-webui/open-webui/compare/refs/tags/v0.3.21...0.3.28

Changelog:
  - https://github.com/open-webui/open-webui/blob/refs/tags/v0.3.22/CHANGELOG.md
  - https://github.com/open-webui/open-webui/blob/refs/tags/v0.3.23/CHANGELOG.md
  - https://github.com/open-webui/open-webui/blob/refs/tags/v0.3.24/CHANGELOG.md
  - https://github.com/open-webui/open-webui/blob/refs/tags/v0.3.25/CHANGELOG.md
  - https://github.com/open-webui/open-webui/blob/refs/tags/v0.3.26/CHANGELOG.md
  - https://github.com/open-webui/open-webui/blob/refs/tags/v0.3.27/CHANGELOG.md
  - https://github.com/open-webui/open-webui/blob/refs/tags/v0.3.28/CHANGELOG.md
2024-09-24 19:24:26 +02:00
Konrad Malik
14c922afe0 openapi-python-client: init at 0.21.5 2024-09-24 13:46:23 +02:00
R. Ryantm
5d3c605f5f openjph: 0.15.0 -> 0.17.0 2024-09-23 06:59:18 +00:00
nixpkgs-merge-bot[bot]
a34f54aa6c
openmsx: 19.1 -> 20_0 (#343741) 2024-09-22 22:51:07 +00:00
Henner Zeller
ec4de830a0 openscad-unstable: 2024-08-17 -> 2024-09-22 2024-09-22 11:44:20 -07:00
Henner Zeller
a4022f8c22 openscad-unstable: 2024-08-17 -> 2024-09-19 2024-09-22 11:25:34 -07:00
R. Ryantm
c6568aadde openmsx: 19.1 -> 20_0 2024-09-22 14:59:52 +00:00
nixpkgs-merge-bot[bot]
f28e9e6aad
openfga: 1.6.0 -> 1.6.1 (#342758) 2024-09-21 14:43:17 +00:00
Peder Bergebakken Sundt
8aa42ae0d9
treewide: remove CMAKE_BUILD_TYPE from cmakeFlags (#336854) 2024-09-19 22:32:31 +02:00
techknowlogick
408795e2c1 open-webui: import missing googleapis-common-protos dep 2024-09-18 15:21:39 -04:00
R. Ryantm
3319236587 openfga: 1.6.0 -> 1.6.1 2024-09-18 09:12:25 +00:00
R. Ryantm
5d547dbac4 openfga-cli: 0.6.0 -> 0.6.1 2024-09-18 06:12:00 +00:00
Anderson Torres
f0e64ce16f treewide: migrate packages maintained by AndersonTorres to by-name
Manual migration for the sake of by-name migration is no longer discouraged
since #340235.
2024-09-16 14:26:47 -03:00
Nikolay Korotkiy
f543b1b986
open62541: enable on unix (#340199) 2024-09-15 16:45:02 +04:00
nicoo
2641d97cbf pkgs/by-name: Convert hashes to SRI format
Reproduction script:
	# Bulk rewrite
	./maintainers/scripts/sha-to-sri.py pkgs/by-name
	# Revert some packages which will need manual intervention
	for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
		git checkout -- "pkgs/by-name/${n:0:2}/${n}"
	done
2024-09-15 11:24:31 +02:00
R. Ryantm
57679d3f71 openvas-scanner: 23.8.5 -> 23.9.0 2024-09-15 02:03:12 +00:00
Alyssa Ross
df61c2acb5 treewide: remove executable bit from .nix files
???
2024-09-14 13:08:57 +02:00
Peder Bergebakken Sundt
cc2a69f86c
opencomposite-helper: drop (#340334) 2024-09-13 01:50:34 +02:00
Nikolay Korotkiy
60c736c2ce
open62541: enable on unix 2024-09-12 10:05:40 +04:00
Henner Zeller
f375272c16 openscad-unstable: mark broken.
Context: issue #341043
2024-09-11 08:37:47 -07:00
github-actions[bot]
f2b767ea43
Merge master into staging-next 2024-09-09 00:14:38 +00:00
nixpkgs-merge-bot[bot]
49ba5e4e45
opensplatWithCuda: 1.1.3 -> 1.1.4 (#336575) 2024-09-08 23:47:04 +00:00
github-actions[bot]
3eeaa2e678
Merge master into staging-next 2024-09-08 12:04:49 +00:00
Pol Dellaiera
8e8e7c5ae0
open-webui: 0.3.20 -> 0.3.21
Diff: https://github.com/open-webui/open-webui/compare/refs/tags/v0.3.20...0.3.21

Changelog: https://github.com/open-webui/open-webui/blob/refs/tags/v0.3.21/CHANGELOG.md
2024-09-08 09:29:11 +02:00
github-actions[bot]
5a5ebe5a1c
Merge master into staging-next 2024-09-07 18:04:01 +00:00
Sefa Eyeoglu
768baf9526
opencomposite-helper: drop
This helper script made use of `VR_OVERRIDE` which causes issues with
some applications/games. As detailed in 3rd-party documentation[0] the
recommended way to setup OpenComposite is to configure
`$XDG_CONFIG_HOME/openvr/openvrpaths.vrpath` instead. This is also
documented on the NixOS Wiki[1].

[0]: https://monado.freedesktop.org/valve-index-setup.html#5-setting-up-opencomposite
[1]: https://wiki.nixos.org/wiki/VR#OpenComposite

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-09-07 18:11:09 +02:00
Nick Cao
834cd660b4
openfga: 1.5.9 -> 1.6.0 (#340284) 2024-09-07 09:39:09 -04:00
Nick Cao
b86207269c
openfga-cli: 0.5.3 -> 0.6.0 (#340263) 2024-09-07 09:04:19 -04:00
github-actions[bot]
de15243c9a
Merge master into staging-next 2024-09-07 12:04:51 +00:00
R. Ryantm
5b8050054f openfga: 1.5.9 -> 1.6.0 2024-09-07 09:46:33 +00:00
Pol Dellaiera
9a0e1fe179
open-webui: 0.3.19 -> 0.3.20
diff: https://github.com/open-webui/open-webui/compare/v0.3.19..v0.3.20
changelog: https://github.com/open-webui/open-webui/releases/tag/v0.3.20
2024-09-07 11:21:45 +02:00
R. Ryantm
4cc9f32b13 openfga-cli: 0.5.3 -> 0.6.0 2024-09-07 07:02:32 +00:00
R. Ryantm
9e3da66707 openasar: 0-unstable-2024-06-30 -> 0-unstable-2024-09-06 2024-09-06 22:14:58 +00:00
github-actions[bot]
bd4b5a5be6
Merge master into staging-next 2024-09-06 12:05:08 +00:00
Pol Dellaiera
6889824f22
open-webui: 0.3.18 -> 0.3.19 2024-09-06 11:52:40 +02:00
github-actions[bot]
769b11176d
Merge master into staging-next 2024-09-05 18:03:49 +00:00
Pol Dellaiera
c48488b2e9
open-webui: 0.3.16 -> 0.3.18
diff: https://github.com/open-webui/open-webui/compare/v0.3.16..v0.3.18
changelog: https://github.com/open-webui/open-webui/releases/tag/v0.3.18
2024-09-05 18:11:14 +02:00
K900
23b4832da0 Merge remote-tracking branch 'origin/master' into staging-next 2024-09-04 08:53:48 +03:00
Aleksana
2591b261a3
opentelemetry-cpp: fix CMake target include dirs (#328851) 2024-09-04 11:28:34 +08:00
Jan Tojnar
e9179b4fa3 Merge branch 'master' into staging-next 2024-09-01 19:04:04 +02:00
Nikolay Korotkiy
9d91a91951
openfst: 1.8.2 -> 1.8.3 (#280667) 2024-09-01 16:19:49 +04:00
Nikolay Korotkiy
3859083923
opengrm-ngram: migrate to by-name 2024-09-01 15:47:56 +04:00
Nikolay Korotkiy
99c921501a
openfst: migrate to by-name 2024-09-01 15:46:31 +04:00
github-actions[bot]
5a1871826e
Merge staging-next into staging 2024-08-29 12:05:39 +00:00
Pol Dellaiera
21859b8e59
open-webui: 0.3.15 -> 0.3.16
Diff: https://github.com/open-webui/open-webui/compare/v0.3.15...v0.3.16

Changelog: https://github.com/open-webui/open-webui/blob/v0.3.16/CHANGELOG.md
2024-08-29 08:07:09 +02:00
github-actions[bot]
9625ee802a
Merge staging-next into staging 2024-08-27 18:04:47 +00:00
R. Ryantm
31c4c52f76 opshin: 0.22.0 -> 0.23.0 2024-08-27 12:20:32 +00:00
Nick Cao
6115d3e11b
openh264: add patch enabling riscv64 support (#337037) 2024-08-26 17:54:12 -04:00
OTABI Tomoya
c15b8367b6
Merge pull request #336924 from natsukium/openllm/update
python312Packages.openllm: 0.5.7 -> 0.6.10; python312Packages.bentoml: 1.2.18 -> 1.3.3
2024-08-26 08:40:21 +09:00
natsukium
77707d800f
openllm: move to top-level 2024-08-25 22:31:56 +09:00
Nick Cao
cd81adf5ae
openh264: add patch enabling riscv64 support 2024-08-24 11:55:07 -04:00
Adam Stephens
c2c1aaa22a
openvswitch: 3.3.0 -> 3.4.0
https://github.com/openvswitch/ovs/blob/v3.4.0/NEWS
2024-08-24 08:41:14 -04:00
Adam Stephens
018de6e013
openvswitch: use git for src 2024-08-24 08:32:35 -04:00
Adam Stephens
5b76066600
openvswitch-lts: remove 2024-08-24 08:27:54 -04:00
jopejoe1
42f5757eed opengv: remove CMAKE_BUILD_TYPE from cmakeFlags 2024-08-23 18:59:28 +02:00
R. Ryantm
089e516511 opensplatWithCuda: 1.1.3 -> 1.1.4 2024-08-22 16:35:19 +00:00
7c6f434c
6d31119ef5
Merge pull request #336102 from hzeller/feature-20240820-update-openscad
openscad-unstable: 2024-07-24 -> 2024-08-17
2024-08-22 11:43:00 +00:00
Pol Dellaiera
abbea12831
open-webui: 0.3.14 -> 0.3.15
Diff: https://github.com/open-webui/open-webui/compare/v0.3.14...v0.3.15

Changelog: https://github.com/open-webui/open-webui/blob/v0.3.15/CHANGELOG.md
2024-08-22 10:42:54 +02:00
Pol Dellaiera
5da78fe1d0
open-webui: 0.3.13 -> 0.3.14
Diff: https://github.com/open-webui/open-webui/compare/v0.3.13...v0.3.14

Changelog: https://github.com/open-webui/open-webui/blob/v0.3.14/CHANGELOG.md
2024-08-21 17:45:21 +02:00
Nick Cao
693b809314
Merge pull request #335705 from r-ryantm/auto-update/openfga
openfga: 1.5.8 -> 1.5.9
2024-08-20 15:14:53 -04:00
Henner Zeller
587eb1d0b0 openscad-unstable: 2024-07-24 -> 2024-08-17 2024-08-20 09:18:11 -07:00
Paul Meyer
8e333221fc opensnitch: remove vendored go.mod
Project doesn't use vendoring anymore, go.mod of the source seem to work.

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-08-20 11:57:17 +02:00
R. Ryantm
01b9e4af20 openvas-scanner: 23.8.4 -> 23.8.5 2024-08-19 17:24:44 +00:00
R. Ryantm
9c1be92c50 openfga: 1.5.8 -> 1.5.9 2024-08-19 00:32:49 +00:00
Nick Cao
8efbd3611c
Merge pull request #335345 from r-ryantm/auto-update/openfga-cli
openfga-cli: 0.5.2 -> 0.5.3
2024-08-17 14:24:48 -04:00
R. Ryantm
e396ff9112 openfga-cli: 0.5.2 -> 0.5.3 2024-08-17 11:08:17 +00:00
kirillrdy
cb1095b545
Merge pull request #327030 from Tochiaha/ophcrack-gui
ophcrack-cli: refactor to use ophcrack
2024-08-17 20:38:27 +10:00
tahanonu
c30be260a9 ophcrack-cli: refactor to use ophcrack 2024-08-16 03:50:23 +01:00
Peder Bergebakken Sundt
a6273c12a1
Merge pull request #331332 from t4ccer/t4/opshin/0.22.0
opshin: 0.21.2 -> 0.22.0
2024-08-16 03:46:29 +02:00
Peder Bergebakken Sundt
e2855c6617
Merge pull request #334396 from kjeremy/jkolb/open-vm-tools-by-name
open-vm-tools: move to package by name
2024-08-16 03:13:58 +02:00
Peder Bergebakken Sundt
b9108673a9
Merge pull request #331924 from r-ryantm/auto-update/openfga
openfga: 1.5.6 -> 1.5.8
2024-08-16 01:59:11 +02:00
Pol Dellaiera
a4a8833b50
open-webui: 0.3.12 -> 0.3.13
Diff: https://github.com/open-webui/open-webui/compare/v0.3.12..v0.3.13
Changelog: https://github.com/open-webui/open-webui/releases/tag/v0.3.13
2024-08-15 10:47:02 +02:00
Nicolas Benes
8b15b3f84a open62541: 1.4.2 -> 1.4.4
https://github.com/open62541/open62541/releases/tag/v1.4.4
https://github.com/open62541/open62541/releases/tag/v1.4.3
2024-08-13 17:45:20 +02:00
Jeremy Kolb
3f7a7124b8 open-vm-tools: move to package by name and format 2024-08-13 10:52:51 -04:00
R. Ryantm
f4ca316d1c openvas-scanner: 23.8.2 -> 23.8.4 2024-08-12 04:10:09 +00:00
Peder Bergebakken Sundt
1a1fc7d31e
Merge pull request #330945 from hmajid2301/update-optinix
optinix: 0.1.1 -> 0.1.3
2024-08-11 22:56:17 +02:00
R. Ryantm
bd6ed9fd77 openfga: 1.5.6 -> 1.5.8 2024-08-11 16:58:42 +00:00
Peder Bergebakken Sundt
8e79ede5b1
Merge pull request #333478 from r-ryantm/auto-update/opcua-commander
opcua-commander: 0.37.0 -> 0.39.0
2024-08-11 05:26:35 +02:00
Pol Dellaiera
6cdd8ddbad
Merge pull request #333347 from r-ryantm/auto-update/openfga-cli
openfga-cli: 0.5.1 -> 0.5.2
2024-08-11 00:35:56 +02:00
R. Ryantm
609cc55a56 openapi-changes: 0.0.66 -> 0.0.67 2024-08-10 12:17:06 +00:00
Haseeb Majid
4862c55dff
optinix: 0.1.1 -> 0.1.3 2024-08-09 16:18:33 +01:00
R. Ryantm
a0680f0959 opcua-commander: 0.37.0 -> 0.39.0 2024-08-09 15:14:53 +00:00
Alyssa Ross
8ee7319f74
openapi-tui: 0.5.0 -> 0.9.4
Required to build with Rust 1.80.

Link: https://github.com/rust-lang/rust/issues/127343
Closes: https://github.com/NixOS/nixpkgs/pull/298320
2024-08-09 15:27:41 +02:00
R. Ryantm
989709b821 openfga-cli: 0.5.1 -> 0.5.2 2024-08-09 02:09:29 +00:00
Pol Dellaiera
fea52cc915
open-webui: 0.3.11 -> 0.3.12
diff: https://github.com/open-webui/open-webui/compare/v0.3.11..v0.3.12
changelog: https://github.com/open-webui/open-webui/releases/tag/v0.3.12
2024-08-07 17:54:31 +02:00
Pol Dellaiera
15e9842154
open-webui: 0.3.10 -> 0.3.11 2024-08-06 09:21:54 +02:00
Pol Dellaiera
2cab957608
open-webui: add python-dotenv dependency 2024-08-06 09:21:54 +02:00
Aleksana
fdd2fbc7bc
Merge pull request #328769 from r-ryantm/auto-update/openpgp-ca
openpgp-ca: 0.13.1 -> 0.14.0
2024-08-04 19:36:25 +08:00
R. Ryantm
6cb2150856 openvas-scanner: 23.6.0 -> 23.8.2 2024-08-03 22:34:03 +00:00
t4ccer
0764ddb0a3
opshin: 0.21.2 -> 0.22.0 2024-07-31 10:51:07 -06:00
Nick Cao
24e36589b7
Merge pull request #331263 from r-ryantm/auto-update/openapi-changes
openapi-changes: 0.0.65 -> 0.0.66
2024-07-31 11:18:36 -04:00
Shivaraj B H
aa951ab123 open-webui: Follow contribution guidelines for meta.description
You can find the guidelines for `meta.description` at
9f918d616c/pkgs/README.md (L375-L383)

Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
2024-07-31 17:14:01 +05:30
R. Ryantm
095d2efe43 openapi-changes: 0.0.65 -> 0.0.66 2024-07-31 10:59:06 +00:00
Peder Bergebakken Sundt
9023fe6c7f
Merge pull request #329122 from r-ryantm/auto-update/openvas-scanner
openvas-scanner: 23.5.1 -> 23.6.0
2024-07-28 23:59:34 +02:00
K900
24076029d2 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-28 01:04:35 +03:00
Peder Bergebakken Sundt
933c387410
Merge pull request #329375 from Scrumplex/pkgs/opencomposite/update-jsoncpp
opencomposite: 0-unstable-2024-06-12 -> 0-unstable-2024-07-23
2024-07-27 18:37:03 +02:00
Nick Cao
cad7c298b1
Merge pull request #329624 from r-ryantm/auto-update/opentelemetry-cpp
opentelemetry-cpp: 1.16.0 -> 1.16.1
2024-07-27 10:02:25 -04:00
7c6f434c
02b71e2685
Merge pull request #330306 from hzeller/feature-20240726-update-openscad-unstable
openscad-unstable: 2024-03-10 -> 2024-07-24
2024-07-27 13:51:04 +00:00
Vladimír Čunát
64c6a981fe
Merge branch 'master' into staging-next 2024-07-27 09:18:58 +02:00
Henner Zeller
fc160ebde0 openscad-unstable: 2024-03-10 -> 2024-07-24
Update to latest head of openscad. Fixing the cmake issue mentioned
in the cccl dependency. Switch to exactly version v2.2.0 of nvidia-cccl
as newer versions exhibit a header incompatibility (looks like some ambiguous
swap() call differently defined in standard headers and cuda headers).
2024-07-26 18:46:39 -07:00
Nick Cao
1d958fb33e
Merge pull request #330158 from r-ryantm/auto-update/openjph
openjph: 0.14.2 -> 0.15.0
2024-07-26 17:05:51 -04:00
Martin Weinelt
93f4195fe0
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
2024-07-26 18:05:04 +02:00
R. Ryantm
447b74eb74 openjph: 0.14.2 -> 0.15.0 2024-07-26 12:08:56 +00:00
Sigmanificient
61fe0c0416 pkgs/by-name: remove unused arguments 2024-07-26 10:11:07 +02:00
K900
1410c766c8 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-26 08:41:08 +03:00
Peder Bergebakken Sundt
a55eab8a5b
Merge pull request #328118 from t4ccer/t4/opshin/0.21.2
opshin: 0.20.0 -> 0.21.2
2024-07-25 23:20:03 +02:00
github-actions[bot]
7208220b63
Merge master into staging-next 2024-07-24 18:01:18 +00:00
eum3l
acc3e4e678 opengfw: init at 0.4.0 2024-07-24 15:11:10 +02:00
R. Ryantm
5b0fbacf67 opentelemetry-cpp: 1.16.0 -> 1.16.1 2024-07-24 10:20:00 +00:00
Vladimír Čunát
cd346565bb
Merge branch 'master' into staging-next 2024-07-24 07:19:19 +02:00
Sefa Eyeoglu
0c3968f4fc
opencomposite: format using nixfmt
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-07-23 12:26:10 +02:00
Sefa Eyeoglu
5fb17bc7b9
opencomposite: 0-unstable-2024-06-12 -> 0-unstable-2024-07-23
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-07-23 12:25:03 +02:00
Someone Serge
1b23dc7dc2 python312Packages.triton: rename from openai-triton
To match the github and PyPi names and the org name
2024-07-23 02:34:02 +00:00
Artturin
60e9cffe2c Merge branch 'master' into staging-next 2024-07-22 22:53:31 +03:00
Pol Dellaiera
a54325bd22
Merge pull request #326261 from hmajid2301/add-optinix
optinix: init at 0.1.1
2024-07-22 20:00:29 +02:00
R. Ryantm
8505fc5ba9 openvas-scanner: 23.5.1 -> 23.6.0 2024-07-22 10:10:58 +00:00
github-actions[bot]
968bf02dc2
Merge master into staging-next 2024-07-21 12:01:16 +00:00
R. Ryantm
4f5626ada0 openfga: 1.5.5 -> 1.5.6 2024-07-21 08:16:21 +00:00
Tobias Mayer
2b99603e31
opentelemetry-cpp: fix CMake target include dirs 2024-07-21 09:44:06 +02:00
R. Ryantm
f236dfa809 openpgp-ca: 0.13.1 -> 0.14.0 2024-07-20 23:14:32 +00:00
Haseeb Majid
e48164578b
optinix: init at 0.1.1
Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
2024-07-20 21:57:52 +01:00
Vladimír Čunát
577f40b8a9
Merge branch 'staging' into staging-next 2024-07-20 16:12:24 +02:00
Alyssa Ross
4956512268 openh264: tighten platforms 2024-07-20 10:07:51 +02:00
Randy Eckenrode
7bd3602bd1
open-scq30: add CoreBluetooth framework on Darwin 2024-07-20 02:09:09 -04:00
github-actions[bot]
f316203fda
Merge staging-next into staging 2024-07-19 00:03:05 +00:00
Peder Bergebakken Sundt
56bf14fe1c
Merge pull request #326526 from panicgh/opentelemetry-cpp
opentelemetry-cpp: 1.13.0 -> 1.16.0
2024-07-18 21:20:52 +02:00
github-actions[bot]
401d4660b3
Merge staging-next into staging 2024-07-18 18:01:57 +00:00
Artturin
b09211b253
Merge pull request #327656 from eclairevoyant/open-fprintd
open-fprintd: add gapps wrapper
2024-07-18 19:56:27 +03:00
t4ccer
785d212637
opshin: 0.20.0 -> 0.21.2 2024-07-18 03:37:38 -06:00
Nicolas Benes
da3465f7f5 opentelemetry-cpp: 1.13.0 -> 1.16.0
https://github.com/open-telemetry/opentelemetry-cpp/releases/tag/v1.14.0
https://github.com/open-telemetry/opentelemetry-cpp/releases/tag/v1.14.1
https://github.com/open-telemetry/opentelemetry-cpp/releases/tag/v1.14.2
https://github.com/open-telemetry/opentelemetry-cpp/releases/tag/v1.15.0
https://github.com/open-telemetry/opentelemetry-cpp/releases/tag/v1.16.0
2024-07-18 08:44:59 +02:00
Artturin
20cf80e167 Merge branch 'staging-next' into staging 2024-07-17 21:29:37 +03:00
Sandro
9ab85a0c70
Merge pull request #326745 from Tochiaha/openscap
openscap: init at 1.3.10
2024-07-17 19:03:04 +02:00
Pol Dellaiera
cb69fb4ee8
open-webui: 0.3.9 -> 0.3.10
diff: https://github.com/open-webui/open-webui/compare/v0.3.9..v0.3.10
changelog: https://github.com/open-webui/open-webui/releases/tag/v0.3.10
2024-07-17 18:00:10 +02:00
Pol Dellaiera
398141f68a
open-webui: 0.3.8 -> 0.3.9 2024-07-17 16:49:55 +02:00
tahanonu
d5d24af2e0
openscap: init at 1.3.10 2024-07-17 14:23:38 +02:00
Weijia Wang
078fdedf26 Merge branch 'staging-next' into staging 2024-07-17 13:10:23 +02:00
Adam C. Stephens
a568641ab7
Merge pull request #327218 from xddxdd/openvswitch-dpdk
openvswitch: add dpdk variant
2024-07-16 21:31:16 -04:00
Artturin
a516ea8c99 Merge branch 'staging-next' into staging 2024-07-16 19:07:48 +03:00
éclairevoyant
2b5a6f021e
open-fprintd: add gapps wrapper 2024-07-16 09:33:53 -04:00
Sandro
24a0f05430
Merge pull request #324125 from abustany/openjph 2024-07-16 13:49:42 +02:00
t4ccer
6ba20fc422
opencomposite: fix build 2024-07-15 12:04:38 -06:00
Lan Tian
3faf76731d
openvswitch: add dpdk variant 2024-07-14 15:43:26 -07:00
github-actions[bot]
31817540ee
Merge staging-next into staging 2024-07-14 18:01:37 +00:00
aleksana
592e3845c4 treewide: sha256 -> hash attribute for fetchgit 2024-07-14 19:10:08 +08:00
Vladimír Čunát
211398c03e
Merge branch 'staging-next' into staging 2024-07-14 08:35:35 +02:00
R. Ryantm
948e3d1a9c openvas-scanner: 23.5.0 -> 23.5.1 2024-07-13 07:02:58 +00:00
Jan Tojnar
1275c3f884 Merge branch 'staging-next' into staging 2024-07-12 21:36:23 +02:00
Pol Dellaiera
a7bda90b0e
open-webui: 0.3.7 -> 0.3.8
diff: https://github.com/open-webui/open-webui/compare/v0.3.7..v0.3.8
changelog: https://github.com/open-webui/open-webui/releases/tag/v0.3.8
2024-07-12 12:34:11 +02:00
Vladimír Čunát
2c053848df
Merge branch 'master' into staging 2024-07-11 22:05:05 +02:00
Adam C. Stephens
dced512fa3
Merge pull request #325559 from cyberus-technology/ovs-python
openvswitch: wrap python CLIs
2024-07-11 08:27:04 -04:00
Martin Weinelt
176a56c40f
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/applications/misc/blender/default.nix
- pkgs/development/web/nodejs/nodejs.nix
2024-07-11 01:06:28 +02:00
Alexander Sieg
39d3e7396c
openvswitch: wrap python CLIs 2024-07-10 12:41:15 +02:00
Aleksana
bc106e5947
Merge pull request #324981 from r-ryantm/auto-update/open62541
open62541: 1.4.1 -> 1.4.2
2024-07-10 17:59:19 +08:00
éclairevoyant
e35d56a79e
opensnitch-ui: 1.6.5.1 -> 1.6.6 2024-07-08 22:29:41 -04:00
éclairevoyant
a0da4af28c
opensnitch-ui: set updateScript 2024-07-08 22:29:41 -04:00
nixpkgs-merge-bot[bot]
dd61cb2b71
Merge pull request #325606 from r-ryantm/auto-update/openfga
openfga: 1.5.4 -> 1.5.5
2024-07-08 21:05:44 +00:00
Nick Cao
9a5168a9b9
Merge pull request #325612 from r-ryantm/auto-update/openfga-cli
openfga-cli: 0.4.1 -> 0.5.1
2024-07-08 16:18:20 -04:00
R. Ryantm
837207c088 openfga-cli: 0.4.1 -> 0.5.1 2024-07-08 18:38:34 +00:00
R. Ryantm
f2bc0c9f90 openfga: 1.5.4 -> 1.5.5 2024-07-08 18:07:58 +00:00
Johannes Jöns
f396022aef
Merge pull request #325461 from r-ryantm/auto-update/openasar
openasar: 0-unstable-2024-01-13 -> 0-unstable-2024-06-30
2024-07-08 09:56:31 +00:00
Vladimír Čunát
4c09ae2416
Merge branch 'staging-next' into staging 2024-07-08 10:43:15 +02:00
Adrien Bustany
fedc0b231a
openjph: init at 0.14.2 2024-07-08 10:33:47 +02:00
R. Ryantm
49c302bf9f openasar: 0-unstable-2024-01-13 -> 0-unstable-2024-06-30 2024-07-08 08:05:05 +00:00
Weijia Wang
8d47e82eba python311Packages.openturns: fix output path 2024-07-06 22:26:05 +02:00
R. Ryantm
4f38a8e610 python311Packages.openturns: 1.22 -> 1.23 2024-07-06 22:25:32 +02:00
R. Ryantm
3fbbebe17b open62541: 1.4.1 -> 1.4.2 2024-07-06 06:38:55 +00:00
Martin Weinelt
e7b1ee45cf
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/tools/misc/watchlog/default.nix
2024-07-06 01:52:35 +02:00
github-actions[bot]
36cbae9ff0
Merge master into staging-next 2024-07-04 18:01:19 +00:00
Nick Cao
a4896e51ac
Merge pull request #323837 from mguentner/mguentner/openapi_changes_0_0_65
openapi-changes: v0.0.61 -> v0.0.65
2024-07-04 08:35:55 -04:00
Maximilian Güntner
da73e13cc0
openapi-changes: 0.0.61 -> 0.0.65 2024-07-04 01:51:41 +02:00
github-actions[bot]
d449302be6
Merge staging-next into staging 2024-07-03 18:01:32 +00:00
Vladimír Čunát
c76085b3a9
Merge branch 'master' into staging-next 2024-07-03 19:07:35 +02:00
Jonas Heinrich
7ebcefcd2b
Merge pull request #323928 from r-ryantm/auto-update/opensnitch
opensnitch: 1.6.5.1 -> 1.6.6
2024-07-03 18:27:50 +02:00
Weijia Wang
89195a5313 Merge branch 'staging-next' into staging 2024-07-02 22:23:14 +02:00
Weijia Wang
f5a7e092f3 Merge branch 'master' into staging-next 2024-07-02 22:22:02 +02:00
R. Ryantm
4b0eea8b8c openpgp-card-tools: 0.11.2 -> 0.11.3 2024-07-02 14:58:40 +00:00
github-actions[bot]
d5bca87877
Merge staging-next into staging 2024-07-02 06:01:38 +00:00
K900
665f1d6183 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-02 08:32:46 +03:00
R. Ryantm
8d970df99d opensnitch: 1.6.5.1 -> 1.6.6 2024-07-02 01:40:00 +00:00
Jade Lovelace
5dfb548004 maintainers: remove lf-
Over the last few months I have had at least a half dozen points points
when I have wanted to resign, and my biggest regret is that you can only
resign once.

After the previous such opportunity, I was emotionally done.

Today's shameful incident has made it abundantly clear I am not welcome.
Let's make that official.

It's been a long run and I've met a lot of lovely people working on the
Nix ecosystem. Let's hope that the technology lives on, and that I can
keep working with the lovely people I have spent most of my time working
with, *but outside of Nix*.
2024-07-02 02:07:50 +02:00
github-actions[bot]
716005516a
Merge staging-next into staging 2024-07-01 00:03:27 +00:00
Martin Weinelt
9b79a05ae1
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/flexcache/default.nix
- pkgs/development/python-modules/flexparser/default.nix
- pkgs/development/python-modules/odp-amsterdam/default.nix
- pkgs/development/python-modules/pint/default.nix
- pkgs/development/python-modules/uncertainties/default.nix
- pkgs/top-level/python-packages.nix
2024-07-01 01:07:21 +02:00
Pol Dellaiera
2756131849
open-webui: 0.3.5 -> 0.3.7
diff: https://github.com/open-webui/open-webui/compare/v0.3.5..v0.3.7
changelog: https://github.com/open-webui/open-webui/releases/tag/v0.3.7
2024-06-30 09:35:33 +02:00
github-actions[bot]
9b085c43da
Merge staging-next into staging 2024-06-29 12:01:56 +00:00
K900
bde999c03e Merge branch 'master' into staging-next 2024-06-29 10:13:13 +03:00
David Sánchez
72bbd58f1d
opentelemetry-collector-builder: init at 0.101.0 (#258467) 2024-06-28 14:10:26 +02:00
github-actions[bot]
cc87e64fff
Merge staging-next into staging 2024-06-27 18:01:37 +00:00
Martin Weinelt
d50a1e97b1
Merge remote-tracking branch 'origin/master' into staging-next 2024-06-27 16:16:01 +02:00
Randy Eckenrode
15186ba041
Merge pull request #316046 from reckenrode/openpam-update
openpam: update and move to by-name
2024-06-26 22:47:03 -04:00
Fabian Affolter
955dd26c09
Merge pull request #322481 from r-ryantm/auto-update/openvas-scanner
openvas-scanner: 23.4.1 -> 23.5.0
2024-06-26 20:19:36 +02:00
github-actions[bot]
27074b7d07
Merge master into staging-next 2024-06-26 00:02:13 +00:00
Weijia Wang
1dffcb5db1
Merge pull request #320398 from r-ryantm/auto-update/opencomposite
opencomposite: 0-unstable-2024-06-01 -> 0-unstable-2024-06-12
2024-06-26 00:36:41 +02:00
Sandro
406f733cab
Merge pull request #308588 from mi-ael/init-openvas-smb
openvas-smb: init at 22.5.6
2024-06-25 23:26:59 +02:00
R. Ryantm
6e7d689716 openvas-scanner: 23.4.1 -> 23.5.0 2024-06-25 19:25:46 +00:00