Mario Rodas and GitHub
72fb5faf6c
Merge pull request #221872 from fabaff/sqlfluff-bump
...
sqlfluff: 2.0.0 -> 2.0.1
2023-03-18 19:17:30 -05:00
Batuhan Apaydın and Anderson Torres
9d8ebe75a4
bom: init at 0.4.1
...
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com >
2023-03-18 21:06:08 -03:00
Mario Rodas and GitHub
1b0f325ac7
Merge pull request #221859 from marsam/update-luau
...
luau: 0.567 -> 0.568
2023-03-18 19:02:03 -05:00
Mario Rodas and GitHub
dc4e414a93
Merge pull request #221912 from r-ryantm/auto-update/jackett
...
jackett: 0.20.3599 -> 0.20.3627
2023-03-18 18:59:36 -05:00
Robert Hensing and GitHub
915f1c0cdb
Merge pull request #221816 from talyz/gitlab-pages-fix-disabled
...
nixos/gitlab: Fix error when GitLab Pages is not enabled
2023-03-19 00:22:46 +01:00
R. Ryantm
9087a3b0f2
jackett: 0.20.3599 -> 0.20.3627
2023-03-18 22:55:15 +00:00
Jörg Thalheim and zowoq
f967d005f7
telegraf: 1.25.1 -> 1.26.0
2023-03-19 08:50:12 +10:00
Adam Stephens and Bjørn Forsman
0075903137
minidsp: init at 0.1.9
2023-03-18 23:28:37 +01:00
Alex Martens and Bjørn Forsman
2c76d9ce17
bcompare: fix missing ldd
2023-03-18 23:22:34 +01:00
Weijia Wang and GitHub
2356c1ea75
Merge pull request #221869 from wegank/playonlinux-wx
...
playonlinux: migrate to wxPython_4_2
2023-03-19 00:11:59 +02:00
Weijia Wang and GitHub
c2536cfb64
Merge pull request #221530 from wegank/cutemaze-darwin
...
cutemaze: unbreak on darwin
2023-03-19 00:04:55 +02:00
Weijia Wang and GitHub
7574e25ef3
Merge pull request #221864 from natsukium/mafft/update
...
mafft: 7.508 -> 7.515
2023-03-19 00:03:19 +02:00
Weijia Wang and GitHub
582dab225a
Merge pull request #221757 from r-ryantm/auto-update/fio
...
fio: 3.33 -> 3.34
2023-03-19 00:00:45 +02:00
superherointj and GitHub
f5ec87b828
Merge pull request #221897 from superherointj/vscode-extensions-re-establish-alphabetical-order
...
vscode-extensions: re-establish alphabetical order
2023-03-18 18:27:47 -03:00
Weijia Wang and GitHub
69272eafd7
Merge pull request #221800 from wegank/srvc-bump
...
srvc: 0.14.1 -> 0.15.0
2023-03-18 23:15:49 +02:00
Weijia Wang and GitHub
13689a4195
Merge pull request #221881 from ereslibre/bump-viceroy
...
viceroy: 0.3.5 -> 0.4.0
2023-03-18 23:10:34 +02:00
Adam Stephens and Yureka
c19b09c243
tdesktop: fix aarch64 build failures
2023-03-18 22:04:59 +01:00
Weijia Wang and GitHub
57ee518715
Merge pull request #221883 from ereslibre/bump-fastly
...
fastly: 8.0.0 -> 8.1.0
2023-03-18 23:01:02 +02:00
superherointj
f379fc011c
vscode-extensions: re-establish alphabetical order
2023-03-18 17:54:12 -03:00
superherointj and GitHub
5b11e86d21
Merge pull request #221892 from superherointj/vscode-extensions-normalize-lib-usage
...
vscode-extensions: remove 'with' and normalize lib usage
2023-03-18 17:53:49 -03:00
Weijia Wang and GitHub
7f194c741b
Merge pull request #221786 from r-ryantm/auto-update/oxker
...
oxker: 0.2.4 -> 0.2.5
2023-03-18 22:48:16 +02:00
Weijia Wang and GitHub
1603d11595
Merge pull request #221747 from r-ryantm/auto-update/step-kms-plugin
...
step-kms-plugin: 0.7.0 -> 0.8.0
2023-03-18 22:47:11 +02:00
Weijia Wang and GitHub
dc2b13c966
Merge pull request #221665 from r-ryantm/auto-update/woodpecker-server
...
woodpecker-server: 0.15.6 -> 0.15.7
2023-03-18 22:46:37 +02:00
Weijia Wang and GitHub
825c08ae91
Merge pull request #221844 from vbgl/ocaml-pgocaml-4.3.0
...
ocamlPackages.pgocaml: 4.2.2-dev-20210111 → 4.3.0
2023-03-18 22:45:17 +02:00
Weijia Wang and GitHub
2c8d4db585
Merge pull request #221874 from wegank/scooby-unbreak
...
python3Packages.scooby: unbreak
2023-03-18 22:38:14 +02:00
Matthew "strager" Glazar and Austin Seipp
c60afb9cbe
sapling: fix build
...
Nixpkgs commit 451c6321 upgraded setuptools from version 65.0.3 to
version 67.4.0. This upgrade introduced a breaking change in
setuptools [1] which causes the Sapling package's build to fail:
setuptools.extern.packaging.version.InvalidVersion: Invalid version: '0.2.20230124-180750-hf8cd450a'
This is an upstream issue [2]. For now, work around this issue in
Nixpkgs by truncating Sapling's version number.
Before 451c6321 :
$ nix-env -q sapling
sapling-0.2.20230228-144002-h9440b05e
$ sl --version
Sapling 0.2.20230228-144002-h9440b05e
After this patch:
$ nix-env -q sapling
sapling-0.2.20230228-144002-h9440b05e
$ sl --version
Sapling 0.2.20230228
Refs: 451c632147
[1] https://github.com/pypa/setuptools/blob/be6c0218bcba78dbd4ea0b5a8bb9acd5d5306240/CHANGES.rst#v6600
[2] https://github.com/facebook/sapling/issues/571
2023-03-18 15:17:53 -05:00
Weijia Wang and GitHub
2956bcc414
Merge pull request #221876 from wegank/glucose-refactor
...
glucose: refactor
2023-03-18 22:07:10 +02:00
Weijia Wang and GitHub
50c517b061
Merge pull request #221871 from wegank/wings-linux
...
cl, wings: unbreak on aarch64-linux
2023-03-18 22:05:02 +02:00
superherointj
9ec72407a4
vscode-extensions: remove 'with' and normalize lib usage
...
* Remove 'with'.
Reasoning: https://github.com/atorres1985-contrib/nixpkgs/commit/451dfa6d84586b5cb83e6a7254689dff66b4523a
* Normalize lib usage in vscode-extensions.
2023-03-18 16:40:36 -03:00
4054db2f35
zrythm: 1.0.0-beta.4.5.62 -> 1.0.0-beta.4.6.3 ( #221681 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com >
2023-03-18 20:36:41 +01:00
Winter and Yureka
ffd48ee04d
matrix-conduit: use importCargoLock instead of hacky patch
...
As `cargo vendor` currently doesn't support workspace inherited manifest
values, a patch that replaced the values manually was used as a workaround.
Now that importCargoLock has support for this, and we're probably going
to move towards it anyways, let's switch to it now, as there's a clear
benefit either way.
This also switches to using our copy of SQLite instead of the vendored
one included in `libsqlite3-sys` -- because it's preferred, but also
because it causes the build to fail, now that dependencies are read-only.
2023-03-18 20:34:59 +01:00
Winter and Yureka
4ba9fc5008
ruff: 0.0.244 -> 0.0.248
...
https://github.com/charliermarsh/ruff/releases/tag/v0.0.245
https://github.com/charliermarsh/ruff/releases/tag/v0.0.246
https://github.com/charliermarsh/ruff/releases/tag/v0.0.247
https://github.com/charliermarsh/ruff/releases/tag/v0.0.248
2023-03-18 20:34:59 +01:00
Winter and Yureka
5686f0064d
rustPlatform.importCargoLock: add support for git dependencies that use workspace inheritance
...
Rust 1.64.0 added support for workspace inheritance, which allows
for crates to inherit values such as dependency version constraints or
package metadata information from their workspaces [0].
This works by having workspace members specify a value as a table, with
`workspace` set to true. Thus, supporting this in importCargoLock is as
simple as walking the crate's Cargo.toml, replacing inherited values
with their workspace counterpart.
This is also what a forthcoming Cargo release will do for `cargo vendor` [1],
but we can get ahead of it ;)
[0]: https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html#cargo-improvements-workspace-inheritance-and-multi-target-builds
[1]: https://github.com/rust-lang/cargo/pull/11414
2023-03-18 20:34:59 +01:00
Weijia Wang and GitHub
7c7d4f615f
Merge pull request #221866 from wegank/metamorphose2-wx
...
metamorphose2: migrate to wxPython_4_2
2023-03-18 21:22:08 +02:00
Gaetan Lepage and Matthieu Coudron
d0661c9406
vimPlugins.sniprun: 1.2.8 -> 1.2.13
2023-03-18 20:17:36 +01:00
Weijia Wang and GitHub
c2f449ffe5
Merge pull request #221865 from wegank/rapidsvn-darwin
...
rapidsvn: 0.12.1 -> unstable-2021-08-02
2023-03-18 21:17:07 +02:00
Lily Foster and GitHub
738aef5117
Merge pull request #221793 from chvp/downgrade-pywlroots
...
python3Packages.pywlroots: revert to pywlroots 0.15.24
2023-03-18 14:58:16 -04:00
superherointj and GitHub
e5005453d3
vscode-extensions: refactor of extensions ( #221878 )
...
* vscode-extensions: fix indentation for editorconfig
* vscode-extensions.chenglou92.rescript-vscode: renamed directory
* vscode-extensions.WakaTime.vscode-wakatime: rename directory
* vscode-extensions.hashicorp.terraform: rename directory
* vscode-extensions.ms-python.python: rename directory
* vscode-extensions.sumneko.lua: rename directory
* vscode-extensions.ms-vscode.cpptools: rename directory
* vscode-extensions.ms-vscode-remote.remote-ssh: rename directory
* vscode-extensions.rust-lang.rust-analyzer: rename directory
* vscode-extensions.vadimcn.vscode-lldb: rename directory
* vscode-extensions.ms-dotnettools.csharp: rename directory
* vscode-extensions.ms-vsliveshare.vsliveshare: rename directory
* vscode-extensions.ms-toolsai.jupyter: rename directory
2023-03-18 15:54:49 -03:00
Benjamin Hipple and GitHub
5dd36e4211
Merge pull request #220414 from drewrisinger/dr-pr-add-mkl-cmake
...
mkl: add CMake config files
2023-03-18 14:49:03 -04:00
Kira Bruneau and GitHub
371cc3a75d
Merge pull request #221772 from austinbutler/fix-debugpy-test-fails
...
python3Packages.debugpy: fix test failures
2023-03-18 14:43:30 -04:00
Rafael Fernández López
891812fd2b
fastly: 8.0.0 -> 8.1.0
2023-03-18 18:53:54 +01:00
Luke Granger-Brown and GitHub
d384095645
Merge pull request #221838 from devusb/pomerium
...
pomerium: 0.20.0 -> 0.21.2
2023-03-18 17:49:01 +00:00
Mario Rodas and GitHub
8db72e3b7e
Merge pull request #221594 from ken-matsui/patch-1
...
maintainers: update my information
2023-03-18 12:45:50 -05:00
Rafael Fernández López
0e7ee9c4b2
viceroy: 0.3.5 -> 0.4.0
2023-03-18 18:45:19 +01:00
Charlotte Van Petegem
c03e56b8e6
python3Packages.pywlroots: add qtile to passthru.tests
2023-03-18 18:32:09 +01:00
Weijia Wang and GitHub
23fff891b7
Merge pull request #220887 from stehessel/buf-darwin-fix-tests
...
buf: allow local networking in darwin tests
2023-03-18 19:28:23 +02:00
Weijia Wang and GitHub
de7f43e787
Merge pull request #220893 from mrene/fix-sdrangel-darwin
...
sdrangel: fix darwin build
2023-03-18 19:26:49 +02:00
Sandro and GitHub
ba4585ffb7
Merge pull request #221552 from BKSalman/master
...
chatterino2: 2.4.0 -> 2.4.2
2023-03-18 18:14:16 +01:00
Mario Rodas and GitHub
fde991e180
Merge pull request #221663 from fgaz/itchiodl/2.3
...
itchiodl: 2.2.0 -> 2.3.0
2023-03-18 12:07:35 -05:00
David H and GitHub
69b0f3dc3e
python310Packages.python-lsp-server: Add meta.mainProgram ( #221728 )
...
The `python-lsp-server` package has its main binary as `pylsp`. The
`mainProgram` meta attribute should reflect such to enable use of
`lib.getExe`.
2023-03-18 12:05:20 -05:00