Commit graph

471321 commits

Author SHA1 Message Date
Alexander Bantyev ea50b72f4d
Merge pull request #225078 from jollheef/master
out-of-tree: 1.4.0 -> 2.0.4
2023-04-07 16:51:35 +04:00
Mario Rodas ee03f53242
Merge pull request #225029 from marsam/update-plv8
postgresqlPackages.plv8: 3.1.4 -> 3.1.5
2023-04-07 07:03:13 -05:00
Mario Rodas 9b4d37a656
Merge pull request #224955 from r-ryantm/auto-update/konstraint
konstraint: 0.26.0 -> 0.27.0
2023-04-07 07:00:26 -05:00
Mario Rodas 51c8c0f580
Merge pull request #224957 from r-ryantm/auto-update/saml2aws
saml2aws: 2.36.5 -> 2.36.6
2023-04-07 07:00:10 -05:00
Mario Rodas 0f93946537
Merge pull request #224972 from fabaff/adafruit-platformdetect-bump
python310Packages.adafruit-platformdetect: 3.43.0 -> 3.44.0
2023-04-07 06:54:30 -05:00
Mario Rodas 2657227f37
Merge pull request #224980 from fabaff/pyrainbird-bump
python310Packages.pyrainbird: 2.0.0 -> 2.0.1
2023-04-07 06:53:54 -05:00
Mario Rodas f058c53176
Merge pull request #225001 from figsoda/ttyper
ttyper: 1.0.0 -> 1.1.0
2023-04-07 06:52:41 -05:00
Silvan Mosberger e2d6bcafe6 CODEOWNERS: Add @infinisil to pkgs/pkgs-lib 2023-04-07 11:51:48 +00:00
Mario Rodas f8bfcd0594
Merge pull request #224995 from marsam/update-flexget
flexget: 3.5.33 -> 3.5.36
2023-04-07 06:50:58 -05:00
Mario Rodas 113a95c7b3
Merge pull request #225031 from marsam/update-twilio-cli
twilio-cli: 5.5.0 -> 5.6.0
2023-04-07 06:49:15 -05:00
Mario Rodas 59d9697008
Merge pull request #225092 from r-ryantm/auto-update/yamlfmt
yamlfmt: 0.8.0 -> 0.9.0
2023-04-07 06:48:14 -05:00
Mario Rodas 62412a4701
Merge pull request #222575 from purcell/libpg_query-shared-library
libpg_query: also build shared library
2023-04-07 06:45:22 -05:00
R. Ryantm 62b9c6cb21 gptcommit: 0.5.6 -> 0.5.7 2023-04-07 07:34:53 -04:00
Weijia Wang d4fd4d20b5
Merge pull request #225120 from drupol/bump/typst-0.1.0
typst: 0.1 -> 0.1.0
2023-04-07 14:27:00 +03:00
Weijia Wang 5d6b26aca7
Merge pull request #225116 from doronbehar/pkg/libreoffice
libreoffice-still: Disable more failing tests
2023-04-07 14:25:09 +03:00
Weijia Wang 252eaa411b
Merge pull request #224385 from wegank/tandoor-recipes-fix
tandoor-recipes: fix build
2023-04-07 14:23:48 +03:00
Nick Cao 8ac4c1de3f
Merge pull request #224997 from r-ryantm/auto-update/mongodb-compass
mongodb-compass: 1.36.1 -> 1.36.2
2023-04-07 19:06:40 +08:00
Nick Cao c2e4a14a12
Merge pull request #224900 from amjoseph-nixpkgs/pr/streamripper/cross
streamripper: fix cross compilation
2023-04-07 19:06:03 +08:00
Mikhail Klementev 5b903249fb
out-of-tree: 1.4.0 -> 2.0.4 2023-04-07 10:48:27 +00:00
Yureka b392d9b827
pkgsMusl.systemd: update patches (#225050) 2023-04-07 12:45:40 +02:00
Pavol Rusnak c84de6278c
Merge pull request #223630 from prusnak/electrs
electrs: 0.9.11 -> 0.9.13
2023-04-07 12:37:46 +02:00
Thiago Kenji Okada ea6a1aa717
Merge pull request #225102 from r-ryantm/auto-update/clojure
clojure: 1.11.1.1262 -> 1.11.1.1273
2023-04-07 11:09:36 +01:00
Alyssa Ross 5af866f0bf linux: 6.2.9 -> 6.2.10 2023-04-07 09:49:34 +00:00
Alyssa Ross 93e2b6f4fc linux: 6.1.22 -> 6.1.23 2023-04-07 09:49:34 +00:00
Bobby Rong 11c0d5bffb
Merge pull request #224918 from bobby285271/upd/pantheon
pantheon.elementary-files: 6.3.0 -> 6.3.1
2023-04-07 17:10:08 +08:00
Vincent Laporte 222002fe19
ocamlPackages.lwt_ssl: 1.1.3 → 1.2.0 (#225107)
* ocamlPackages.lwt_ssl: 1.1.3 → 1.2.0

* ocamlPackages.ssl: use Dune 3
2023-04-07 11:06:48 +02:00
Jakub Kozłowski 18e2567db2
Merge pull request #225101 from r-ryantm/auto-update/scala-cli 2023-04-07 10:55:14 +02:00
Steve Purcell 0c355fe2d1 libpg_query: avoid hard-coding dynamic library file extensions 2023-04-07 10:44:22 +02:00
rewine 955cf9d5dd weston: 11.0.0 -> 11.0.1 2023-04-07 08:25:23 +00:00
Matthieu Coudron c17904b980 neovim: more flexibility in startup commands
the neovim mechanisms generate provider rc configuration such as:
vim.g.<LANG>_host_prog=$out/bin/nvim-<LANG>

In home-manager, we want more control over it, e.g., to pass it via
command line or in init.lua.

We also want to retrieve the generated packpathDirs so that we can link
it in the expected $XDG_DATA_HOME folder so that we then dont have to
tell neovim where look for it anymore.
2023-04-07 10:21:22 +02:00
Bobby Rong d4250d5d3e
Merge pull request #225109 from wineee/vlc
vlc: fetch patch from a specific commit
2023-04-07 16:12:53 +08:00
Alyssa Ross 436784e69f linux/hardened/patches/6.1: 6.1.21-hardened1 -> 6.1.22-hardened1 2023-04-07 08:12:15 +00:00
Alyssa Ross c79348322c linux/hardened/patches/5.4: 5.4.238-hardened1 -> 5.4.239-hardened1 2023-04-07 08:12:15 +00:00
Alyssa Ross e73b4ae45e linux/hardened/patches/5.15: 5.15.104-hardened1 -> 5.15.105-hardened1 2023-04-07 08:12:15 +00:00
Alyssa Ross 44beef0ada linux: 5.4.239 -> 5.4.240 2023-04-07 08:12:15 +00:00
Alyssa Ross 4c09c3057e linux: 5.15.105 -> 5.15.106 2023-04-07 08:12:15 +00:00
Alyssa Ross 05a73ef536 linux: 5.10.176 -> 5.10.177 2023-04-07 08:12:15 +00:00
Alyssa Ross d58a83c7ed linux: 4.19.279 -> 4.19.280 2023-04-07 08:12:15 +00:00
Alyssa Ross 8f6a2c4734 linux: 4.14.311 -> 4.14.312 2023-04-07 08:12:15 +00:00
Pol Dellaiera e70f2d487b
typst: 0.1 -> 0.1.0 2023-04-07 09:35:45 +02:00
Doron Behar 07bfa152b6 libreoffice-still: Disable more failing tests 2023-04-07 10:24:11 +03:00
Weijia Wang 671d22f41f
Merge pull request #224596 from r-ryantm/auto-update/spicedb
spicedb: 1.17.0 -> 1.19.0
2023-04-07 09:57:16 +03:00
Weijia Wang e3bbbfaf86
Merge pull request #225018 from r-ryantm/auto-update/gobgpd
gobgpd: 3.12.0 -> 3.13.0
2023-04-07 09:55:30 +03:00
rewine 16135aec3f
vlc: fetch patch from a specific commit 2023-04-07 14:55:00 +08:00
Weijia Wang e0e2cf112e
Merge pull request #224949 from r-ryantm/auto-update/vieb
vieb: 9.6.0 -> 9.7.0
2023-04-07 09:51:47 +03:00
Weijia Wang 7af6167756
Merge pull request #224680 from Luflosi/update/aaaaxy
aaaaxy: 1.3.372 -> 1.3.421
2023-04-07 09:51:11 +03:00
Doron Behar 365c4f6d15
Merge pull request #225046 from r-ryantm/auto-update/mympd
mympd: 10.2.5 -> 10.2.6
2023-04-06 23:50:12 -07:00
Weijia Wang 1066095ea9
Merge pull request #225106 from r-ryantm/auto-update/rocm-cmake
rocm-cmake: 5.4.3 -> 5.4.4
2023-04-07 09:49:38 +03:00
Adam Joseph 976e854665
Update pkgs/applications/audio/streamripper/default.nix
Co-authored-by: Nick Cao <nickcao@nichi.co>
2023-04-07 06:15:18 +00:00
zowoq 8ea7f661a8 terraform-providers.ksyun: remove 2023-04-07 15:34:58 +10:00