Sandro
|
c9387e6151
|
Merge pull request #320522 from CherryKitten/init-openpgp-ca
|
2024-06-25 11:14:15 +02:00 |
|
CherryKitten
|
e23711c393
|
openpgp-ca: init at 0.13.1
|
2024-06-24 20:50:53 +02:00 |
|
yzx9
|
fa77462ae9
|
openmesh: init at 11.0.0
|
2024-06-23 13:11:59 +08:00 |
|
Martin Weinelt
|
d7a3ac9992
|
openswitcher: 0.10.0 -> 0.11.0
https://git.sr.ht/~martijnbraam/pyatem/refs/0.11.0
|
2024-06-20 17:10:26 +02:00 |
|
Nick Cao
|
5ebe083399
|
Merge pull request #320933 from r-ryantm/auto-update/openpgp-card-tools
openpgp-card-tools: 0.11.0 -> 0.11.2
|
2024-06-19 09:59:49 -04:00 |
|
Fabian Affolter
|
9a7660458d
|
Merge pull request #320848 from r-ryantm/auto-update/openvas-scanner
openvas-scanner: 23.4.0 -> 23.4.1
|
2024-06-19 09:25:54 +02:00 |
|
R. Ryantm
|
41d7eab3d7
|
openpgp-card-tools: 0.11.0 -> 0.11.2
|
2024-06-19 04:24:49 +00:00 |
|
R. Ryantm
|
4d03f2b736
|
openvas-scanner: 23.4.0 -> 23.4.1
|
2024-06-18 18:21:02 +00:00 |
|
Pol Dellaiera
|
5b616f8e4d
|
python3Packages.open-webui: add rapidocr-onnxruntime deps
|
2024-06-17 21:08:41 +02:00 |
|
Pol Dellaiera
|
da4b39656d
|
open-webui: 0.3.4 -> 0.3.5
diff: https://github.com/open-webui/open-webui/compare/v0.3.4..v0.3.5
changelog: https://github.com/open-webui/open-webui/releases/tag/v0.3.5
|
2024-06-17 10:14:47 +02:00 |
|
shivaraj-bh
|
75d7ee7d8c
|
open-webui: Use makeWrapperArgs ; Use env to disable hatch custom hook
For more info, see:
- Disable hatch custom hook:
https://github.com/NixOS/nixpkgs/pull/316248#discussion_r1636468561
- why `makeWrapperArgs`?:
https://github.com/NixOS/nixpkgs/pull/316248#discussion_r1636483491
- `pythonRelaxDepsHook` is a nativeBuildInput:
https://github.com/NixOS/nixpkgs/pull/316248#discussion_r1636477762
|
2024-06-13 12:21:36 +05:30 |
|
kirillrdy
|
31b5805d2b
|
Merge pull request #290113 from Tochiaha/ophcrack-cli
ophcrack-cli: init at 3.8.0
|
2024-06-12 20:11:16 +00:00 |
|
Pol Dellaiera
|
efede65229
|
open-webui: 0.3.3 -> 0.3.4
diff: https://github.com/open-webui/open-webui/compare/v0.3.3..v0.3.4
changelog: https://github.com/open-webui/open-webui/releases/tag/v0.3.4
|
2024-06-12 20:54:29 +02:00 |
|
Pol Dellaiera
|
7d13180fd1
|
open-webui: 0.3.2 -> 0.3.3
diff: https://github.com/open-webui/open-webui/compare/v0.3.2..v0.3.3
changelog: https://github.com/open-webui/open-webui/releases/tag/v0.3.3
|
2024-06-12 17:14:18 +02:00 |
|
Tochiaha
|
0fee8b9f9f
|
ophcrack-cli: init at 3.8.0
|
2024-06-11 23:52:55 +01:00 |
|
Pol Dellaiera
|
942e301998
|
open-webui: add missing pydub dependency
|
2024-06-11 08:54:22 +02:00 |
|
Pol Dellaiera
|
cbf8486ad3
|
open-webui: 0.2.5 -> 0.3.2
diff: https://github.com/open-webui/open-webui/compare/v0.2.5..v0.3.2
changelog: https://github.com/open-webui/open-webui/releases/tag/v0.3.2
I also added a new dependency `extract-msg` because of f69bc57fed
I also removed stuff from `pythonRemoveDeps` since they are now available:
- https://github.com/NixOS/nixpkgs/pull/317142
- https://github.com/NixOS/nixpkgs/pull/317151
|
2024-06-11 08:10:50 +02:00 |
|
R. Ryantm
|
bbb81381a8
|
openvas-scanner: 23.3.2 -> 23.4.0
|
2024-06-10 12:05:56 +00:00 |
|
Alexis Hildebrandt
|
f8c4a98e8e
|
treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
|
2024-06-09 23:08:46 +02:00 |
|
Alexis Hildebrandt
|
755b915a15
|
treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
|
2024-06-09 23:07:45 +02:00 |
|
Alexis Hildebrandt
|
bf995e3641
|
treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
|
2024-06-09 23:04:51 +02:00 |
|
R. Ryantm
|
8199130a48
|
opencomposite: 0-unstable-2024-05-24 -> 0-unstable-2024-06-01
|
2024-06-08 18:53:43 +00:00 |
|
Nick Cao
|
a73df7dc95
|
Merge pull request #317080 from r-ryantm/auto-update/openpgp-card-tools
openpgp-card-tools: 0.10.1 -> 0.11.0
|
2024-06-06 13:51:24 -04:00 |
|
Nick Cao
|
884a5fc95a
|
Merge pull request #317612 from r-ryantm/auto-update/openfga-cli
openfga-cli: 0.4.0 -> 0.4.1
|
2024-06-06 09:37:06 -04:00 |
|
Pol Dellaiera
|
26595b21a2
|
open-webui: 0.2.4 -> 0.2.5
diff: https://github.com/open-webui/open-webui/compare/v0.2.4..v0.2.5
changelog: https://github.com/open-webui/open-webui/releases/tag/v0.2.5
|
2024-06-06 12:24:55 +02:00 |
|
R. Ryantm
|
20a920b23f
|
openfga-cli: 0.4.0 -> 0.4.1
|
2024-06-06 01:27:42 +00:00 |
|
R. Ryantm
|
178bc95341
|
openpgp-card-tools: 0.10.1 -> 0.11.0
|
2024-06-05 18:58:21 -04:00 |
|
Peder Bergebakken Sundt
|
2ebc52865f
|
Merge pull request #314104 from Scrumplex/pkgs/opencomposite/fix-openxr-1.1
opencomposite: 0-unstable-2024-05-08 -> 0-unstable-2024-05-24
|
2024-06-05 14:20:51 +02:00 |
|
Nick Cao
|
02707c597f
|
Merge pull request #317264 from r-ryantm/auto-update/openvas-scanner
openvas-scanner: 23.3.1 -> 23.3.2
|
2024-06-04 16:48:38 -04:00 |
|
R. Ryantm
|
562f6f6176
|
openvas-scanner: 23.3.1 -> 23.3.2
|
2024-06-04 18:26:14 +00:00 |
|
Pol Dellaiera
|
6b6d4aeb35
|
Merge pull request #316248 from shivaraj-bh/open-webui
open-webui: init at 0.2.4
|
2024-06-04 15:47:03 +02:00 |
|
Sandro
|
49e2a0af22
|
Merge pull request #309053 from panicgh/open62541
open62541: 1.3.10 -> 1.4.1
|
2024-06-04 14:32:24 +02:00 |
|
shivaraj-bh
|
1860d7862b
|
open-webui: init at 0.2.4
|
2024-06-04 16:46:19 +05:30 |
|
Nicolas Benes
|
b2f458b659
|
open62541: 1.3.10 -> 1.4.1
|
2024-06-04 09:17:01 +02:00 |
|
R. Ryantm
|
5427948b93
|
openfga: 1.5.3 -> 1.5.4
|
2024-05-31 01:31:39 +00:00 |
|
R. Ryantm
|
9f7bdf8970
|
openvas-scanner: 23.3.0 -> 23.3.1
|
2024-05-25 22:38:11 +00:00 |
|
Sefa Eyeoglu
|
e1f3c02267
|
opencomposite: 0-unstable-2024-05-08 -> 0-unstable-2024-05-24
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
|
2024-05-25 17:37:33 +02:00 |
|
Nicolas Benes
|
bb460d6404
|
open62541: move to by-name
|
2024-05-25 15:39:51 +02:00 |
|
Sigmanificient
|
cc8120d3ff
|
pkgs/by-name: remove unuseed fetchpatch arguments
|
2024-05-24 02:49:58 +02:00 |
|
R. Ryantm
|
3655026a10
|
openvas-scanner: 23.2.1 -> 23.3.0
|
2024-05-20 00:40:40 +00:00 |
|
Pol Dellaiera
|
03dc987e7c
|
openjump: use makeBinaryWrapper
|
2024-05-19 10:15:33 +02:00 |
|
Pol Dellaiera
|
120a1ee126
|
openjump: sort meta attributes
|
2024-05-19 10:14:59 +02:00 |
|
Pol Dellaiera
|
1c82c619e6
|
openjump: add missing phase hooks
|
2024-05-19 10:14:10 +02:00 |
|
Pol Dellaiera
|
c3ccab0b92
|
openjump: use finalAttrs pattern
|
2024-05-19 10:13:18 +02:00 |
|
Pol Dellaiera
|
9c32070f1f
|
openjump: reformat with nixfmt-rfc-style
|
2024-05-19 10:12:26 +02:00 |
|
Nikolay Korotkiy
|
0f353660e3
|
openjump: migrate to by-name
|
2024-05-17 20:04:18 +04:00 |
|
R. Ryantm
|
2be62737ab
|
openvas-scanner: 23.2.0 -> 23.2.1
|
2024-05-14 14:36:15 +00:00 |
|
Dmitry Kalinkin
|
7bfa087714
|
Merge pull request #307833 from gador/blender-darwin
Blender darwin
|
2024-05-13 17:44:57 -04:00 |
|
Pol Dellaiera
|
b655095e46
|
Merge pull request #310534 from jlesquembre/jl/openfga
openfga: init at 1.5.3
|
2024-05-10 21:42:50 +02:00 |
|
Marcus Ramberg
|
6c8398505c
|
Merge pull request #310184 from jlesquembre/jl/openfga-cli
openfga-cli: init at 0.4.0
|
2024-05-10 18:24:51 +02:00 |
|