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 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
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
Mario Rodas and GitHub
53f650a8fb
Merge pull request #221810 from fabaff/peaqevcore-bump
...
python310Packages.peaqevcore: 13.2.0 -> 13.2.2
2023-03-18 12:02:50 -05:00
Mario Rodas and GitHub
4378719430
Merge pull request #221811 from fabaff/pyobihai-bump
...
python310Packages.pyobihai: 1.4.0 -> 1.4.1
2023-03-18 12:02:05 -05:00
Weijia Wang
0ddc01c569
glucose: refactor
2023-03-18 19:00:45 +02:00
Mario Rodas and GitHub
f609594f6d
Merge pull request #221847 from aaronjheng/golangci-lint
...
golangci-lint: 1.51.2 -> 1.52.0
2023-03-18 11:59:41 -05:00
superherointj and GitHub
31750b4fce
Merge pull request #221289 from markbeep/ramfetch
...
ramfetch: init at 1.1.0
2023-03-18 13:57:58 -03:00
Weijia Wang
bb374eb189
python3Packages.scooby: unbreak
2023-03-18 18:50:58 +02:00
Weijia Wang
7f5a37392d
cl, wings: unbreak on aarch64-linux
2023-03-18 18:39:59 +02:00
Weijia Wang
5ab6260d62
metamorphose2: migrate to wxPython_4_2
2023-03-18 18:04:59 +02:00
Weijia Wang
b3a8004bd2
rapidsvn: 0.12.1 -> unstable-2021-08-02
2023-03-18 17:59:06 +02:00
Weijia Wang and GitHub
d4cc015bff
Merge pull request #221197 from r-ryantm/auto-update/codeql
...
codeql: 2.12.3 -> 2.12.4
2023-03-18 17:31:59 +02:00
Weijia Wang and GitHub
d0781217d2
Merge pull request #221151 from wegank/bossa-wxgtk
...
bossa: migrate to wxGTK32
2023-03-18 17:29:50 +02:00
Weijia Wang and GitHub
576648a75b
Merge pull request #221801 from kilianar/orchis-theme_2023-03-18
...
orchis-theme: 2023-02-26 -> 2023-03-18
2023-03-18 17:24:13 +02:00
Weijia Wang and GitHub
f15cf7e6af
Merge pull request #221809 from wegank/nest-bump
...
nest: 3.3 -> 3.4
2023-03-18 17:17:18 +02:00
Artturi and GitHub
9a4f4b92f7
Merge pull request #190862 from zhaofengli/xpra-uinput-conf
2023-03-18 16:47:20 +02:00
Mario Rodas and GitHub
b9c548a4c7
Merge pull request #221778 from marsam/update-esbuild
...
esbuild: 0.17.11 -> 0.17.12
2023-03-18 09:29:02 -05:00
Robert Hensing and GitHub
1dd6d307f7
Merge pull request #221766 from amjoseph-nixpkgs/pr/trivial-builders/test/fix-eval
...
trivial-builders/test/references.nix: fix eval
2023-03-18 15:20:53 +01:00
Robert Hensing and GitHub
adf15c3bc2
Merge pull request #221763 from amjoseph-nixpkgs/pr/pkg-config/fix-eval
...
test-defaultPkgConfigPackages.nix: filter out recurseForDerivations
2023-03-18 15:14:10 +01:00
Mark
184dd6c698
maintainers: add markbeep
2023-03-18 15:07:48 +01:00