Commit Graph

455 Commits

Author SHA1 Message Date
R. Ryantm
e12fd8b791 opencomposite: 0-unstable-2024-10-02 -> 0-unstable-2024-10-28 2024-10-31 14:09:38 +00:00
Aleksana
87cf213e4c
openvas-smb: change platform to linux only (#350539) 2024-10-31 17:17:24 +08:00
K900
6968567d60 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-30 21:25:05 +03:00
R. Ryantm
04fb46fd33 openvas-scanner: 23.9.0 -> 23.10.0 2024-10-30 08:12:23 +00:00
Pol Dellaiera
a37eba4c96
open-webui: 0.3.32 -> 0.3.35 (#351022) 2024-10-30 08:49:32 +01:00
Pol Dellaiera
719d463c10 open-webui: 0.3.32 -> 0.3.35
diff: https://github.com/open-webui/open-webui/compare/v0.3.32..v0.3.35
changelog: https://github.com/open-webui/open-webui/releases/tag/v0.3.35
2024-10-29 22:14:20 +01:00
github-actions[bot]
6bc001ea3b
Merge master into staging-next 2024-10-29 12:06:00 +00:00
OTABI Tomoya
df97754cec
python312Packages.opencv-python-headless: init at 4.9.0 (#351712) 2024-10-29 18:39:09 +09:00
github-actions[bot]
a0e96c5d1c
Merge master into staging-next 2024-10-29 06:05:06 +00:00
Masum Reza
517bd72755
opengfw: 0.4.0 -> 0.4.1 (#352001) 2024-10-29 10:15:43 +05:30
Aleksana
d0ba2f90d9
openctm: fix darwin support (#351642) 2024-10-29 11:12:49 +08:00
R. Ryantm
3d7309ed17 opengfw: 0.4.0 -> 0.4.1 2024-10-29 01:41:47 +00:00
Fabián Heredia Montiel
980dd8b4ed Merge remote-tracking branch 'origin/master' into staging-next 2024-10-27 23:56:04 -06:00
yzx9
f9081aa622
openctm: fix darwin support 2024-10-28 13:05:21 +08:00
Artturin
0c3ba90a98
opnborg: 0.1.18 -> 0.1.24 (#351649) 2024-10-28 06:49:28 +02:00
Fabián Heredia Montiel
34b62f7c47 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-27 16:10:56 -06:00
Robert Schütz
d792caed67 open-webui: use opencv-python-headless and psycopg2-binary 2024-10-27 09:58:23 -07:00
Nick Cao
0ae61c0514
openpgp-card-tools: 0.11.6 -> 0.11.7 (#351030) 2024-10-27 10:18:12 -04:00
PAEPCKE, Michael
d0c9ee6680
opnborg: 0.1.18 -> 0.1.24 2024-10-27 12:41:28 +00:00
K900
280a9f86c8 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-27 09:10:05 +03:00
Aleksana
485ad61251
openapi-python-client: 0.21.5 -> 0.21.6 (#350731) 2024-10-27 12:05:59 +08:00
K900
f21f4ca3ee Merge remote-tracking branch 'origin/master' into staging-next 2024-10-26 21:05:47 +03:00
Sandro
61380382e6
openapi-python-client: ruff is now a python library (#350733) 2024-10-26 14:08:22 +02:00
github-actions[bot]
cdab0d3f36
Merge master into staging-next 2024-10-26 12:05:46 +00:00
Arthur Gautier
750ed01bb5 openapi-python-client: ruff is now a python library
https://github.com/NixOS/nixpkgs/pull/350654
2024-10-25 09:31:20 -07:00
azahi
6ab0d053bf
opengothic: init at 0.80-unstable-09-10-2024 2024-10-25 16:59:01 +03:00
Fabián Heredia Montiel
da7fb8d0ef Merge remote-tracking branch 'origin/master' into staging-next 2024-10-24 17:53:05 -06:00
Nick Cao
fbfe28975e
openpgp-card-tools: 0.11.6 -> 0.11.7
Diff: https://codeberg.org/openpgp-card/openpgp-card-tools/compare/v0.11.6...v0.11.7
2024-10-24 17:27:17 -04:00
Thiago Kenji Okada
7658fc3855
open{jdk{8,11,17,21,23},jfx{17,21,23}}: deduplicate (#350736) 2024-10-24 17:33:45 +01:00
R. Ryantm
dda4e6d061 opnborg: 0.1.2 -> 0.1.18 2024-10-24 14:33:39 +00:00
Emily
f3b30d484e openjfx{17,21,23}: add update script 2024-10-24 15:04:56 +01:00
Emily
f2569008ab openjfx{17,21,23}: move to pkgs/by-name 2024-10-24 15:04:56 +01:00
Aleksana
b0cb49dd5d
opnborg: init at 0.1.2 (#349726) 2024-10-24 16:28:30 +08:00
piegames
ad8d051645
treewide: Fix indentation in strings (#350296) 2024-10-23 21:44:22 +02:00
Arthur Gautier
7058ed2a9e openapi-python-client: 0.21.5 -> 0.21.6 2024-10-23 08:16:15 -07:00
Ivan Mincik
620a098d18
openjump: 2.2.1 → 2.3.0 (#349843) 2024-10-23 06:59:39 +00:00
piegames
68927918d0 treewide: Fix indentation in strings
The indentation stripping semantics of strings are fairly bad and have a
few gotchas where the resulting string has not the intended indentation.
This commit fixes most if not all such instances in Nixpkgs.

I tried to strive a balance between keeping the diff small and
reformatting/refactoring the code to look better. In general,
reformatting should be left to Nixfmt.

Note that this causes a lot of rebuilds by design. All changes need to
be thoroughly vetted and reviewed for correctness. There is no automatic
way to prove correctness.

List of files to fix generated by running
https://gerrit.lix.systems/c/lix/+/2092 on Nixpkgs and looking at the
warnings.
2024-10-22 21:36:42 +02:00
mi-ael
84c6ef5182 openvas-smb: change platform to linux only 2024-10-22 21:24:21 +02:00
Astro
b09d2fa0d9 openvmm: init at 0-unstable-2024-10-19 2024-10-22 00:05:22 +02:00
Peder Bergebakken Sundt
813926ea7e
openpgp-card-tools: 0.11.3 -> 0.11.4 (#348843) 2024-10-21 00:01:53 +02:00
Artturin
d26289ac86
opengist: 1.6.1 -> 1.7.5 (#349718) 2024-10-20 18:53:48 +03:00
Sefa Eyeoglu
6e909456a7
opencomposite: use vendored OpenXR (#348878) 2024-10-20 12:23:43 +02:00
Nikolay Korotkiy
4b93fe87b3
openjump: 2.2.1 → 2.3.0 2024-10-19 23:05:52 +04:00
PAEPCKE, Michael
2b591c18e8
opnborg: init at v0.1.2 2024-10-19 10:49:37 +00:00
phanirithvij
5d5243fb98 opengist: add phanirithvij as maintainer
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
2024-10-19 11:16:27 +05:30
phanirithvij
f9bd834055 opengist: 1.6.1 -> 1.7.5
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
2024-10-19 11:13:31 +05:30
Pol Dellaiera
5d89e8af0c
open-webui: import missing googleapis-common-protos dep (#342865) 2024-10-17 09:23:22 +02:00
Nick Cao
b16ded58a0
openpgp-card-tools: 0.11.4 -> 0.11.6
Diff: https://codeberg.org/openpgp-card/openpgp-card-tools/compare/v0.11.4...v0.11.6
2024-10-15 20:13:39 -04:00
Sefa Eyeoglu
3f97d8bba2
opencomposite: use vendored OpenXR
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-10-15 22:48:53 +02:00
Nick Cao
74d2041653
openpgp-card-tools: 0.11.3 -> 0.11.4
Diff: https://codeberg.org/openpgp-card/openpgp-card-tools/compare/v0.11.3...v0.11.4
2024-10-15 13:32:09 -04:00