Commit Graph

574256 Commits

Author SHA1 Message Date
Weijia Wang
131f8b515b
Merge pull request #281037 from r-ryantm/auto-update/pangolin
pangolin: 0.8 -> 0.9.1
2024-01-20 20:06:10 +01:00
Yt
0ca47b7e27
Merge pull request #282362 from r-ryantm/auto-update/redpanda-client
redpanda-client: 23.3.1 -> 23.3.2
2024-01-20 18:59:23 +00:00
Weijia Wang
90cae4d942 qt6.qtwebengine: force signing darwin binaires 2024-01-20 19:44:52 +01:00
R. Ryantm
6087581124 python311Packages.plugwise: 0.36.2 -> 0.36.3 2024-01-20 18:43:19 +00:00
h7x4
6369ad448c
Merge pull request #279454 from OPNA2608/init/lomiri/lomiri-wallpapers
lomiri.lomiri-wallpapers: init at 20.04.0
2024-01-20 19:38:33 +01:00
Christina Sørensen
400bbf68c6
eza: 0.17.1 -> 0.17.2
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-01-20 19:30:07 +01:00
superherointj
41ad0e477d SPAdes: fix build
Fixes #282372

Co-authored-by: @wegank
2024-01-20 15:28:48 -03:00
Weijia Wang
21e97f7807
Merge pull request #282129 from r-ryantm/auto-update/fava
fava: 1.27 -> 1.27.1
2024-01-20 19:23:52 +01:00
Yt
4946878617
buck2: unstable-2023-10-15 -> unstable-2024-01-15 (#282344) 2024-01-20 19:16:30 +01:00
Fabian Affolter
8406235c37 python311Packages.mypy-boto3-builder: refactor 2024-01-20 19:09:43 +01:00
h7x4
590f166261
Merge pull request #282247 from r-ryantm/auto-update/virtiofsd
virtiofsd: 1.9.0 -> 1.10.0
2024-01-20 19:05:43 +01:00
h7x4
9fe5cee747
Merge pull request #281997 from pluiedev/fix/vesktop_disable_update_checking
vesktop: add disable update checking patch
2024-01-20 19:02:46 +01:00
Weijia Wang
2e7eed7291
Merge pull request #280069 from wegank/flirc-bump
flirc: 3.24.3 -> 3.27.10
2024-01-20 18:57:55 +01:00
Weijia Wang
48ca30331e
Merge pull request #282083 from NixOS/revert-278622-auto-update/pairdrop
Revert "pairdrop: 1.7.6 -> 1.10.3"
2024-01-20 18:56:36 +01:00
Weijia Wang
9bebc6b7cb
Merge pull request #282138 from r-ryantm/auto-update/unciv
unciv: 4.9.13 -> 4.9.19
2024-01-20 18:54:50 +01:00
Weijia Wang
6ab7485924
Merge pull request #281942 from wegank/photoqt-bump
photoqt: 4.1 -> 4.2
2024-01-20 18:50:44 +01:00
Robert Scott
4a83b65029
Merge pull request #282310 from r-ryantm/auto-update/argocd
argocd: 2.9.3 -> 2.9.5
2024-01-20 17:36:16 +00:00
Someone Serge
fb6b84603e
cudaPackages.backendStdenv: drop the commented out code 2024-01-20 17:32:00 +00:00
Luflosi
46692a1507 yosys: 0.36 -> 0.37
https://github.com/YosysHQ/yosys/releases/tag/yosys-0.37

The change to the patch is needed to fix this error on macOS:
```
+ clang -std=c++11 -O2 -o cxxrtl-test-value -I../../backends/cxxrtl/runtime test_value.cc -lstdc++
test_value.cc:1:10: fatal error: 'cassert' file not found
         ^~~~~~~~~
1 error generated.
make: *** [Makefile:891: test] Error 1
```
2024-01-20 11:26:38 -06:00
Matthew "strager" Glazar
a6f96f04c8 sapling: 0.2.20231113-145254 -> 0.2.20240116-133042 2024-01-20 11:25:51 -06:00
Someone Serge
e48abe92fd
cudaPackages.cuda_nvcc: back-end cc already exposes the c++ stdlib
Unbreaks evaluation after the refactoring in
86c28ee650
(https://github.com/NixOS/nixpkgs/pull/282220).

Explicitly extending nvcc's LIBRARIES may have been redundant (building
something mildly cursed like jaxlib may be necessary to verify)

Previously:
```
❯ NIXPKGS_ALLOW_UNFREE=1 nix-instantiate '.' -A tests.cuda
...
       error: necessary to fix CI
❯ nix build -f '.' --arg config '{ allowUnfree = true; }' -L python3Packages.torchWithCuda
...
       error: necessary to fix CI
```

Now:
```
❯ NIXPKGS_ALLOW_UNFREE=1 nix-instantiate '.' -A tests.cuda
/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-cuda-samples-12.2.drv
/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-saxpy-unstable-2023-07-11.drv
...
```
2024-01-20 17:22:44 +00:00
R. Ryantm
1588f246c2 allegro5: 5.2.9.0 -> 5.2.9.1 2024-01-20 17:10:52 +00:00
a-n-n-a-l-e-e
b8262196a1
Merge pull request #282351 from pacak/patch-5
cargo-show-asm tests: Mark `add` as inline(never)
2024-01-20 09:06:47 -08:00
Paul Meyer
b47e7bf35c fac: move to by-name 2024-01-20 18:05:46 +01:00
Maciej Krüger
e47245e5a6
Merge pull request #280533 from Luflosi/fluffychat-desktop-icon-exec
fluffychat: don't hardcode path in .desktop file
2024-01-20 17:52:56 +01:00
Manuel Frischknecht
5fc2b855c1 fast-ssh: fix build issue due to ambiguous trait impls
See this upstream PR: https://github.com/Julien-R44/fast-ssh/pull/22
2024-01-20 17:51:24 +01:00
Maximilian Bosch
93d692f43b
Merge pull request #280600 from Ma27/nextcloud-state-tmpfiles
nixos/nextcloud: set up base directories & override.config.php with tmpfiles
2024-01-20 17:49:46 +01:00
Fabian Affolter
de6d7c3774 python311Packages.pylint-django: refactor
- disable failing tests
2024-01-20 17:33:16 +01:00
Fabian Affolter
4b2a66591c python311Packages.pylint-plugin-utils: 0.7 -> 0.8.2
Diff: https://github.com/PyCQA/pylint-plugin-utils/compare/refs/tags/0.7...0.8.2
2024-01-20 17:19:57 +01:00
Fabian Affolter
814f85740e python311Packages.pylint-plugin-utils: refactor 2024-01-20 17:18:51 +01:00
R. Ryantm
f1557a2d2c python310Packages.pyatspi: 2.46.0 -> 2.46.1 2024-01-20 17:12:21 +01:00
Mario Rodas
efb46f81e2
Merge pull request #281434 from atorres1985-contrib/stella
stella: 6.7 -> 6.7.1
2024-01-20 11:02:07 -05:00
h7x4
d7995e41b6
Merge pull request #277514 from gepbird/github-runner-update-docs
github-runner: mention manpage for serviceOverrides option
2024-01-20 16:57:03 +01:00
pacak
82c4e470e7 cargo-show-asm: fix failing tests
newer rustc automagically marks simple functions as inline, this
includes `add` used for tests. Marking it as `inline(never)` makes sure
it's always included so tests can find it
2024-01-20 10:53:22 -05:00
Luflosi
799702f2e7
fluffychat: don't hardcode path in .desktop file
This allows wrapping the binary in a separate derivation without touching the .desktop file.
2024-01-20 16:52:41 +01:00
Luflosi
1c8d21c2d6
fluffychat: set meta.mainProgram 2024-01-20 16:52:40 +01:00
OPNA2608
122738871b nixos/tests/miriway: fix alacritty xwayland test 2024-01-20 16:51:40 +01:00
h7x4
cfccc526d8
Merge pull request #259294 from clr-cera/candy-icons
candy-icons: init at unstable-2023-12-31
2024-01-20 16:41:56 +01:00
linsui
299c0185d6 localsend: add linsui as maintainer 2024-01-20 23:41:53 +08:00
linsui
2e5ae73bb6 localsend: 1.12.0 -> 1.13.1 2024-01-20 23:41:31 +08:00
R. Ryantm
91af8fdd5c redpanda-client: 23.3.1 -> 23.3.2 2024-01-20 15:32:00 +00:00
Nick Cao
3b1e822636
Merge pull request #282359 from r-ryantm/auto-update/timew-sync-server
timew-sync-server: 1.1.0 -> 1.2.0
2024-01-20 10:29:48 -05:00
Nick Cao
56a06ec1b2
Merge pull request #282308 from r-ryantm/auto-update/pocket-updater-utility
pocket-updater-utility: 2.43.0 -> 2.43.1
2024-01-20 10:28:49 -05:00
Yt
0e322ae154
Merge pull request #282334 from manuelderuiter/issue-282283
meilisearch: fixes build on darwin
2024-01-20 15:28:24 +00:00
Nick Cao
7682405bd9
Merge pull request #282313 from r-ryantm/auto-update/rust-analyzer-unwrapped
rust-analyzer-unwrapped: 2024-01-08 -> 2024-01-15
2024-01-20 10:27:56 -05:00
Nick Cao
2a4b8a6127
Merge pull request #282331 from r-ryantm/auto-update/nu_scripts
nu_scripts: unstable-2024-01-05 -> unstable-2024-01-17
2024-01-20 10:26:39 -05:00
Nick Cao
26ad03b906
Merge pull request #282341 from r-ryantm/auto-update/gyb
gyb: 1.74 -> 1.80
2024-01-20 10:25:27 -05:00
Nick Cao
2d42881607
Merge pull request #282346 from r-ryantm/auto-update/xq-xml
xq-xml: 1.2.3 -> 1.2.4
2024-01-20 10:23:56 -05:00
Nick Cao
50189bde1a
Merge pull request #282292 from r-ryantm/auto-update/step-cli
step-cli: 0.25.1 -> 0.25.2
2024-01-20 10:20:02 -05:00
Nick Cao
609db724c9
Merge pull request #282282 from r-ryantm/auto-update/health-check
health-check: 0.03.12 -> 0.04.00
2024-01-20 10:18:26 -05:00