Commit graph

97637 commits

Author SHA1 Message Date
github-actions[bot] 7f599f6511
Merge master into haskell-updates 2024-03-27 00:12:11 +00:00
Mario Rodas 4fd1a2c849
Merge pull request #298600 from anthonyroussel/update/elasticsearch-curator
elasticsearch-curator: 8.0.10 -> 8.0.12
2024-03-26 18:22:18 -05:00
Mario Rodas 93975548e2
Merge pull request #298596 from anthonyroussel/update/docker-credential-gcr
docker-credential-gcr: 2.1.8 -> 2.1.22
2024-03-26 18:21:31 -05:00
Martin Weinelt 74518d2bf6
Merge pull request #294315 from mweinelt/openvino-2024.0.0
openvino: 2023.3.0 -> 2024.0.0
2024-03-26 21:55:35 +01:00
Pol Dellaiera ab14a429cb
Merge pull request #296454 from Kropatz/update-tetrio-desktop
tetrio-desktop: 8.0.0 -> 9.0.0
2024-03-26 21:40:39 +01:00
Pol Dellaiera 52bff70174
Merge pull request #299001 from jlesquembre/jl/jextract
jextract: unstable-2023-11-27 -> unstable-2024-03-13
2024-03-26 21:01:42 +01:00
Pol Dellaiera dbb6796cd4
tetrio-desktop: move to pkgs/by-name 2024-03-26 19:42:25 +01:00
Mauricio Collares d3fd6364f9
Merge pull request #298957 from Feyorsh/sage-dep
sage: fix dependencies on Darwin/Clang16
2024-03-26 19:29:01 +01:00
Nick Hu bf8d06ac5a
texpresso: init at 0-unstable-2024-03-24 (#299168)
* texpresso: init at 0-unstable-2024-03-24

* Update pkgs/tools/typesetting/tex/texpresso/default.nix

Co-authored-by: Alex Rice <alexrice999@hotmail.co.uk>

---------

Co-authored-by: Alex Rice <alexrice999@hotmail.co.uk>
2024-03-26 17:32:09 +00:00
Fabian Affolter bc50837c0e
Merge pull request #299110 from fabaff/llama-index-legacy-refactor
python311Packages.llama-index-legacy: 0.10.22 -> 0.9.48
2024-03-26 16:12:17 +01:00
José Luis Lafuente 47fe73f5b6
jextract: unstable-2023-11-27 -> unstable-2024-03-13
Closes #293102
2024-03-26 15:08:30 +01:00
Mario Rodas 6adcdc8526
Merge pull request #298611 from anthonyroussel/update/goss
goss: 0.4.4 -> 0.4.6
2024-03-26 08:37:47 -05:00
Pol Dellaiera 352514e22e
Merge pull request #299138 from drupol/aws-workspaces/bump/4-7-0-4312
aws-workspaces: 4.6.0.4187 -> 4.7.0.4312
2024-03-26 11:51:56 +01:00
Pol Dellaiera 4f39b5c3d9
aws-workspaces: 4.6.0.4187 -> 4.7.0.4312 2024-03-26 11:00:20 +01:00
Weijia Wang 53cfb7e817
Merge pull request #299130 from anthonyroussel/fix/steampipe
steampipe: fix vendorHash
2024-03-26 10:51:06 +01:00
OTABI Tomoya 1c0f361bd6
Merge pull request #298990 from NickCao/298365-followup
robotframework-tidy: move from python3Packages.robotframework-tidy
2024-03-26 18:20:21 +09:00
Fabian Affolter 4b2838b4b9 python311Packages.llama-index-readers-database: init at 0.1.2 2024-03-26 10:16:20 +01:00
Fabian Affolter 30ad336f7b python311Packages.llama-index-readers-twitter: init at 0.1.3 2024-03-26 10:11:13 +01:00
Anthony Roussel e766848d81
steampipe: move to pkgs/by-name 2024-03-26 10:09:16 +01:00
Fabian Affolter 58dc39aa87 python311Packages.llama-index-readers-txtai: init at 0.1.2 2024-03-26 09:41:32 +01:00
Fabian Affolter 98f3dcf340 python311Packages.llama-index-readers-s3: init at 0.1.4 2024-03-26 09:08:10 +01:00
OTABI Tomoya a53e20bf25
Merge pull request #297047 from Stunkymonkey/setuptools-dso-normalize
python312Packages.setuptools-dso: rename from setuptools_dso
2024-03-26 14:18:50 +09:00
Martin Weinelt 4b8720f332
openvino: 2023.3.0 -> 2024.0.0
https://github.com/openvinotoolkit/openvino/releases/tag/2024.0.0
2024-03-26 03:15:29 +01:00
Weijia Wang 1a657142bf
Merge pull request #298971 from witchof0x20/migrate_xl
xivlauncher: migrate to by-name
2024-03-26 02:59:46 +01:00
github-actions[bot] 39a71cf239
Merge master into haskell-updates 2024-03-26 00:12:22 +00:00
Fabian Affolter 54cfbd1a97
Merge pull request #298887 from fabaff/enterpriseattack
python311Packages.enterpriseattack: init at 0.1.8
2024-03-25 23:56:29 +01:00
Sandro 07518c851b
Merge pull request #277394 from lucasew/python/backgroundremover
backgroundremover: init at 0.2.6
2024-03-25 23:08:41 +01:00
Anderson Torres 4535b714c6
graphicsmagick: 1.3.42 -> 1.3.43 (#298535)
* graphicsmagick: adopt and refactor

- finalAttrs design pattern
- split man output
- rename patches
- update link that explains the patch

* graphicsmagick-imagemagick-compat: rename filename

* graphicsmagick-imagemagick-compat: hide it inside graphicsmagick.passthru

* graphicsmagick-imagemagick-compat: refactor

- use stdenvNoCC (since no compiler is called)
- split man output
- do not expose attributes
- set `dontBuild = true` instead of using a fake `buildPhase`
- install the artifacts via an elegant but questionable, Lispy dark magic

* graphicsmagick: migrate to by-name

* graphicsmagick: 1.3.42 -> 1.3.43

Co-authored-by: R. Ryantm <ryantm-bot@ryantm.com>

* graphicsmagick: remove patch

Since the security breach was solved upstream.

---------

Co-authored-by: R. Ryantm <ryantm-bot@ryantm.com>
2024-03-25 21:30:44 +01:00
Sandro 5b5f24497f
Merge pull request #294762 from atorres1985-contrib/xemu
xemu: refactor
2024-03-25 21:30:12 +01:00
Sandro b98abd8c00
Merge pull request #287047 from superherointj/etcd-3_5_update-script
etcd_3_5: add update script
2024-03-25 20:55:21 +01:00
a-n-n-a-l-e-e 4e57ea185d
Merge pull request #279426 from hellwolf/insync-mtab-bug
Insync: bugfix of 3.8.6.50504, and upgrade to 3.8.7.50516
2024-03-25 12:10:24 -07:00
Nick Cao 82754c4dee
robotframework-tidy: move from python3Packages.robotframework-tidy 2024-03-25 14:59:38 -04:00
Nick Cao 0bd5219253
Merge pull request #298365 from otavio/robotframework-tidy
python3Packages.robotframework-tidy: init at 4.11.0
2024-03-25 14:27:54 -04:00
Miao, ZhiCheng c83f685cfa
insync: bugfix of 3.8.6.50504
other changes:

- moved under pkgs/by-name/
- applied a hugly workaround to the start command's deamon crashing issue in the fhs wrapper.
2024-03-25 19:52:32 +02:00
Anthony Roussel 0df8e366dc
goss: move to pkgs/by-name 2024-03-25 18:49:47 +01:00
Anthony Roussel 381cfad636
dgoss: move to pkgs/by-name 2024-03-25 18:49:47 +01:00
Jade 4a5b766ae4
xivlauncher: migrate to by-name 2024-03-25 13:38:48 -04:00
Otavio Salvador b7815d7f94 python3Packages.robotframework-tidy: init at 4.11.0
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2024-03-25 12:57:07 -03:00
Weijia Wang 7926b58694
Merge pull request #261532 from eclairevoyant/bibata-cursors
bibata-cursors: 2.0.3 -> 2.0.6; move to `pkgs/by-name` and fix `meta`
2024-03-25 16:43:36 +01:00
Weijia Wang 56ed765f9c
Merge pull request #295440 from jlesquembre/jl/jdk22
openjdk22: init at 22+36
2024-03-25 16:16:48 +01:00
Jörg Thalheim ea503179c5
Merge pull request #298607 from Mic92/nix-ld-rs
nix-ld-rs: init at 2024-03-23
2024-03-25 14:52:21 +01:00
José Luis Lafuente d7c54882e6
openjdk22: init at 22+36 2024-03-25 14:41:55 +01:00
IogaMaster 973ce720b3
nufmt: init at unstable-2023-09-25 (#264500)
* maintainers: add iogamaster

* nufmt: init at unstable-2023-09-25
2024-03-25 17:04:12 +04:00
Weijia Wang 72fe11f728
Merge pull request #298162 from atorres1985-contrib/xorriso
Xorriso updates
2024-03-25 14:00:22 +01:00
Sefa Eyeoglu 411f1f7b4a
qtstyleplugin-kvantum: 1.0.10 -> 1.1.0 (#297048)
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-03-25 12:09:30 +01:00
Aaron Jheng 87f7f762d9
docker: build docker-proxy from moby (#295795) 2024-03-25 11:19:19 +01:00
Pol Dellaiera 682dc91691
Merge pull request #298735 from anthonyroussel/update/autosuspend_2
autosuspend: 6.0.0 -> 6.1.1
2024-03-25 10:59:58 +01:00
Fabian Affolter e5a2f3d996 python311Packages.enterpriseattack: init at 0.1.8
Module to interact with the Mitre Att&ck Enterprise dataset

https://github.com/xakepnz/enterpriseattack
2024-03-25 10:58:55 +01:00
Anderson Torres 2de37473bb xorriso: alias to libisoburn
Since, according to the original site, they are the same.
2024-03-24 23:26:26 -03:00
github-actions[bot] 3edac3b767
Merge master into haskell-updates 2024-03-25 00:13:28 +00:00