Guillaume Girol
b8c0d64506
Merge pull request #322737 from r-ryantm/auto-update/pdfarranger
...
pdfarranger: 1.10.1 -> 1.11.0
2024-06-30 10:19:04 +02:00
Peder Bergebakken Sundt
4a366ec4e5
Merge pull request #323305 from eclairevoyant/fix-name-for-appimages
...
treewide: fix name for appimages
2024-06-29 17:07:49 +02:00
Nick Cao
ac92d95cee
Merge pull request #323163 from r-ryantm/auto-update/otpclient
...
otpclient: 3.6.0 -> 3.7.0
2024-06-29 09:11:42 -04:00
Jonas Heinrich
e3fffa39f4
Merge pull request #323219 from eljamm/albert-0.24.1
...
albert: 0.23.0 -> 0.24.1
2024-06-29 12:29:04 +02:00
éclairevoyant
71e728d3b8
maintainers: remove ivar
2024-06-29 03:09:10 -04:00
éclairevoyant
243e565d75
treewide: fix name for appimages
2024-06-29 00:34:41 -04:00
Jonas Heinrich
3b14e87ca7
Merge pull request #323178 from r-ryantm/auto-update/dasel
...
dasel: 2.7.0 -> 2.8.0
2024-06-29 00:16:47 +02:00
eljamm
bc3de68a78
albert: 0.23.0 -> 0.24.1
2024-06-28 21:10:15 +01:00
eljamm
376eacd832
albert: format with nixfmt
2024-06-28 21:07:49 +01:00
eljamm
a41f160584
albert: add eljamm as maintainer
2024-06-28 21:07:48 +01:00
Ryan Hendrickson
c81ecdf95b
Merge pull request #322284 from rhendric/rhendric/genericUpdater-allowedVersions
...
common-updater-scripts: add allowedVersions parameter
2024-06-28 15:35:00 -04:00
R. Ryantm
bb00990342
dasel: 2.7.0 -> 2.8.0
2024-06-28 15:14:45 +00:00
R. Ryantm
551b0f3bef
otpclient: 3.6.0 -> 3.7.0
2024-06-28 14:05:12 +00:00
Artturin
73745f7883
Merge pull request #321458 from gador/octoprint-1.10.2
...
octoprint: 1.10.1 -> 1.10.2
2024-06-28 16:26:04 +03:00
Weijia Wang
7e41c1537c
Merge pull request #318129 from r-ryantm/auto-update/cobang
...
cobang: 0.12.0 -> 0.14.1
2024-06-28 01:10:14 +02:00
Weijia Wang
360e9de9a8
Merge pull request #321441 from r-ryantm/auto-update/qcad
...
qcad: 3.30.0.0 -> 3.30.1.1
2024-06-28 00:15:37 +02:00
Weijia Wang
be25b078ca
Merge pull request #321385 from r-ryantm/auto-update/fluidd
...
fluidd: 1.30.0 -> 1.30.1
2024-06-28 00:09:27 +02:00
Weijia Wang
3dd9864cf8
Merge pull request #322647 from r-ryantm/auto-update/collision
...
collision: 3.8.0 -> 3.8.1
2024-06-27 23:06:57 +02:00
Aleksana
52542f7101
Merge pull request #318369 from getchoo/pkgs/cartridges/refactor
...
cartridges: refactor; add missing build deps; ensure tls support
2024-06-28 01:01:03 +08:00
Masum Reza
b2852eb936
Merge pull request #320742 from Aleksanaa/elastic
...
elastic: 0.1.4 -> 0.1.5
2024-06-27 22:14:53 +05:30
Aleksana
86d5743cda
Merge pull request #322471 from w-lfchen/update/obsidian
...
obsidian: 1.6.3 -> 1.6.5
2024-06-28 00:12:43 +08:00
Robert Schütz
541a298cd8
sc-im: fix build on Darwin
2024-06-27 02:19:52 -07:00
R. Ryantm
797f99b6e4
pdfarranger: 1.10.1 -> 1.11.0
2024-06-26 20:32:31 +00:00
h7x4
85d0639f0f
Merge pull request #322655 from LAURAilway/master
...
maintainers: remove laurailway
2024-06-26 21:23:07 +02:00
Someone
cb69dc5b8d
Merge pull request #256230 from SomeoneSerge/feat/gpu-tests-py
...
GPU access in the sandbox
2024-06-26 19:16:53 +00:00
Someone Serge
79a7186f1c
cudaPackages: updated convention for gpu/runtime checks
...
Runtime tests (derivations asking for a relaxed sandbox) are now
expected at p.gpuCheck, p.gpuChecks.<name>, or at
p.tests.<name>.gpuCheck.
2024-06-26 16:00:29 +00:00
LAURAilway
7241395bf3
maintainers: remove laurailway
2024-06-26 16:45:43 +02:00
R. Ryantm
efcc044504
collision: 3.8.0 -> 3.8.1
2024-06-26 13:16:18 +00:00
Someone Serge
ebeb6b9d1d
nix-required-mounts: nixfmt
2024-06-26 00:35:45 +00:00
Someone Serge
da430f4872
blender.gpuChecks: add unwrapped
...
An unwrapped check for `nix run`-ing on the host platform,
instead of `nix build`-ing in the sandbox
E.g.:
```
❯ nix run -f ./. --arg config '{ cudaSupport = true; cudaCapabilities = [ "8.6" ]; cudaEnableForwardCompat = false; allowUnfree = true; }' -L blender.gpuChecks.cudaAvailable.unwrapped
Blender 4.0.1
Read prefs: "/home/user/.config/blender/4.0/config/userpref.blend"
CUDA is available
Blender quit
❯ nix build -f ./. --arg config '{ cudaSupport = true; cudaCapabilities = [ "8.6" ]; cudaEnableForwardCompat = false; allowUnfree = true; }' -L blender.gpuChecks
blender> Blender 4.0.1
blender> could not get a list of mounted file-systems
blender> CUDA is available
blender> Blender quit
```
2024-06-26 00:35:45 +00:00
Someone Serge
efd64b5f0b
cudaPackages: move cuda tests from passthru.tests
...
Otherwise we crash Ofborg
2024-06-26 00:35:45 +00:00
Someone Serge
b9299696ab
blender: add CUDA discovery test
2024-06-26 00:35:42 +00:00
Weijia Wang
ac29bd4562
Merge pull request #319945 from r-ryantm/auto-update/cherrytree
...
cherrytree: 1.1.2 -> 1.1.3
2024-06-26 00:55:39 +02:00
Weijia Wang
0c8ff083e7
Merge pull request #320907 from r-ryantm/auto-update/schemes
...
schemes: 0.2.0 -> 46.0
2024-06-26 00:11:32 +02:00
Ryan Hendrickson
e129ba0a57
pwsafe: use allowedVersions in updateScript
2024-06-25 17:45:56 -04:00
Sandro
0a453b5272
Merge pull request #320099 from chewblacka/update-remnote
...
remnote: 1.16.18 -> 1.16.40
2024-06-25 21:12:31 +02:00
Wölfchen
bac1a06325
obsidian: 1.6.3 -> 1.6.5
2024-06-25 20:31:25 +02:00
Julien Malka
9d1a59b2e2
Merge pull request #322386 from katexochen/jonringer/rm
...
treewide: remove jonringer as package maintainer and code owner
2024-06-25 17:04:27 +02:00
John Garcia
5f26196d8a
remnote: 1.16.18 -> 1.16.48
2024-06-25 15:57:18 +01:00
Paul Meyer
fbe8538aa1
treewide: remove jonringer as package maintainer
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-06-25 09:16:56 +02:00
Pyrox
9e855ca6fd
koreader: 2024.03.1 -> 2024.04
...
Also add changelog url
2024-06-24 15:21:54 -04:00
Sandro
9cce4445de
Merge pull request #321969 from r-ryantm/auto-update/lscolors
2024-06-24 11:28:17 +02:00
Aleksana
6408e36c20
Merge pull request #321736 from Aleksanaa/tuba
...
tuba: 0.7.2 -> 0.8.1
2024-06-24 12:26:00 +08:00
seth
8c33dddc3f
cartridges: migrate to by-name
2024-06-23 22:57:23 -04:00
Artturin
c18b1ebb79
Merge pull request #321755 from r-ryantm/auto-update/copyq
...
copyq: 8.0.0 -> 9.0.0
2024-06-23 18:42:20 +03:00
R. Ryantm
491ab390ad
lscolors: 0.17.0 -> 0.18.0
2024-06-23 13:51:30 +00:00
Nick Cao
9f4dcd4526
Merge pull request #321819 from r-ryantm/auto-update/safeeyes
...
safeeyes: 2.1.8 -> 2.1.9
2024-06-23 09:34:52 -04:00
Julien Malka
4f27ac8537
Merge pull request #316133 from camillemndn/master
...
tzupdate: 2.1.0 -> 3.1.0
2024-06-23 12:31:07 +02:00
aleksana
0506fb140b
tuba: 0.7.2 -> 0.8.1
2024-06-23 16:26:11 +08:00
Bruno BELANYI
9caa682281
Merge pull request #262892 from l0b0/test/tandoor-script-name
2024-06-22 23:23:35 +01:00