Commit Graph

577844 Commits

Author SHA1 Message Date
Cosima Neidahl
80f0f3d80d
Merge pull request #282774 from OPNA2608/fix/rmg-licensing
rmg: Fix licensing
2024-01-29 00:37:42 +01:00
R. Ryantm
cccf38f8f8 gnmic: 0.35.0 -> 0.35.1 2024-01-28 23:35:28 +00:00
Martin Weinelt
6ef0a97ece
Merge pull request #284616 from SuperSandro2000/light-entity-card
home-assistant-custom-lovelace-modules.light-entity-card: 6.1.1 -> 6.1.3
2024-01-29 00:20:43 +01:00
Bernardo Meurer
076edc5535
Merge pull request #284541 from trofi/bootstrap-refresher 2024-01-28 18:09:27 -05:00
Gaetan Lepage
bbabd9b6cb obs-studio-plugins.obs-composite-blur: fix 2024-01-28 23:43:27 +01:00
Gaetan Lepage
b2b16180e2 presenterm: 0.4.1 -> 0.5.0
Diff: https://github.com/mfontanini/presenterm/compare/refs/tags/v0.4.1...v0.5.0

Changelog: https://github.com/mfontanini/presenterm/releases/tag/v0.5.0
2024-01-28 23:22:43 +01:00
markuskowa
dc279167b2
Merge pull request #284057 from sheepforce/dftd3-python
simple-dftd3: add python bindings
2024-01-28 23:12:45 +01:00
markuskowa
d46c5e6a17
Merge pull request #284432 from r-ryantm/auto-update/slurm
slurm: 23.11.1.1 -> 23.11.3.1
2024-01-28 23:11:27 +01:00
R. Ryantm
a0d718692a mcaselector: 2.2.2 -> 2.3 2024-01-28 22:07:22 +00:00
Cosima Neidahl
88a49be10b
Merge pull request #283733 from tomodachi94/update/craftos-pc/2.8.1
craftos-pc: 2.8 -> 2.8.1
2024-01-28 22:59:50 +01:00
Shawn8901
c6944dffd3 portfolio: 0.67.1 -> 0.67.2 2024-01-28 22:52:05 +01:00
Aaron Andersen
533bdea34f
Merge pull request #284494 from pks-t/pks-kodi-plugin-video-netflix-1.23.2
kodiPackages.netflix: 1.23.1 -> 1.23.2
2024-01-28 13:44:12 -08:00
Sandro Jäckel
18c51f5899
home-assistant-custom-lovelace-modules.light-entity-card: 6.1.1 -> 6.1.3
Diff: https://github.com/ljmerza/light-entity-card/compare/refs/tags/6.1.1...6.1.3

Changelog: https://github.com/ljmerza/light-entity-card/releases/tag/6.1.3
2024-01-28 22:38:53 +01:00
Pol Dellaiera
41891c627a
Merge pull request #256173 from max-amb/ianny
ianny: init at 1.0.0beta.1
2024-01-28 22:37:06 +01:00
OPNA2608
0ac780fa94 rmg: Fix licensing
- Fix meta.license
- Offer an extra, default-false option to build with license-compromising plugin
  - Taint meta.license to unfree when used
2024-01-28 22:33:51 +01:00
Cosima Neidahl
18d5f603d2
Merge pull request #284124 from r-ryantm/auto-update/rmg
rmg: 0.5.5 -> 0.5.7
2024-01-28 22:27:00 +01:00
Gaetan Lepage
fd17235695 abseil-cpp_202401: init at 20240116.0 2024-01-28 22:19:20 +01:00
R. Ryantm
bf755a20c6 jmol: 16.1.49 -> 16.1.51 2024-01-28 21:17:02 +00:00
Yt
804c952399
Merge pull request #283643 from happysalada/helix-gpt-init
helix-gpt: init at 0.15
2024-01-28 21:10:22 +00:00
Robert Schütz
2148ac4b30
Merge pull request #284412 from dotlambda/librewolf-122.0-2
librewolf-unwrapped: 122.0-1 -> 122.0-2
2024-01-28 20:58:47 +00:00
Martin Weinelt
8d7c656c18
Merge pull request #278178 from JamieMagee/sharp-aquos-rc
python311Packages.sharp-aquos-rc: init at 0.4
2024-01-28 21:41:09 +01:00
OPNA2608
0abe7e75d2 rmg: Fetch patch for bad GNUInstallDirs variable concatenation
Fixes startup
2024-01-28 21:41:04 +01:00
R. Ryantm
6b47b1113f rdma-core: 49.1 -> 50.0 2024-01-28 20:40:01 +00:00
Robert Schütz
5e0f2a454f
Merge pull request #284570 from r-ryantm/auto-update/samtools
samtools: 1.19 -> 1.19.2
2024-01-28 20:28:31 +00:00
R. Ryantm
fb95ecbbe2 samtools: 1.19 -> 1.19.2 2024-01-28 12:24:10 -08:00
OPNA2608
58bea8a94c rmg: 0.5.6 -> 0.5.7 2024-01-28 21:23:27 +01:00
Tomo
3d745e6ce9 craftos-pc: 2.8 -> 2.8.1
Changelog: https://github.com/MCJack123/craftos2/releases/tag/v2.8.1
2024-01-28 12:22:05 -08:00
Sergei Trofimovich
23f28ec0a9 wordnet: fix build on clang-16
Without the change build fails on `darwin` by default and on `linux`
when `clang` is used explicitly:

    $ nix build --impure --expr 'with import <nixpkgs> {}; wordnet.override { stdenv = clangStdenv; }' -L
    ...
    wordnet> wn.c:132:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
    wordnet> main(int argc,char *argv[])
    wordnet> ^
    wordnet> int

The change disables warnings turned to errors on clang-16+.
2024-01-28 20:17:26 +00:00
happysalada
eb3b90ac41 helix-gpt: init at 0.15 2024-01-28 15:04:52 -05:00
Yt
48f6e0d286
Merge pull request #282699 from happysalada/update_materialize
materialize: 0.17.0 -> 0.84.0
2024-01-28 20:00:15 +00:00
Nick Cao
11d08e3cb9
Merge pull request #284413 from r-ryantm/auto-update/nwg-displays
nwg-displays: 0.3.12 -> 0.3.13
2024-01-28 14:54:20 -05:00
Robert Schütz
fc60a9c6d2
Merge pull request #284577 from r-ryantm/auto-update/api-linter
api-linter: 1.63.2 -> 1.63.3
2024-01-28 19:45:52 +00:00
Robert Schütz
eeeb5c4896
Merge pull request #282950 from dotlambda/pm2-buildNpmPackage
pm2: use buildNpmPackage
2024-01-28 19:41:05 +00:00
Yt
812825b9de
Merge pull request #284495 from r-ryantm/auto-update/python311Packages.posthog
python311Packages.posthog: 3.3.2 -> 3.3.3
2024-01-28 19:38:51 +00:00
Joachim F
6dd56e1483
Merge pull request #275579 from tamara-schmitz/master
update hardened profile to new recommendations
2024-01-28 20:25:27 +01:00
Pascal Bach
f271ce7c25
Merge pull request #284425 from carlossless/dsview-darwin
dsview: darwin support
2024-01-28 20:22:52 +01:00
Nick Cao
8ac7d981ca
Merge pull request #281426 from SuperSandro2000/celeray-xdist
python311Packages.celery: use xdist to speed up checkPhase
2024-01-28 14:16:01 -05:00
Gutyina Gergő
70e500d09e
picom: 11 -> 11.1 2024-01-28 20:09:55 +01:00
Jamie Magee
833b32e19d home-assistant: update component packages 2024-01-28 11:08:03 -08:00
Jamie Magee
bde0a4ee57 python311Packages.sharp-aquos-rc: init at 0.4 2024-01-28 11:08:00 -08:00
Fl1tzi
2cfc714455 cosmic-comp: optional useSystemd
Allow the optional use of Systemd by turning off the default features.
Also see: e569e14a99/Cargo.toml

Signed-off-by: Fl1tzi <git@fl1tzi.com>
2024-01-28 20:02:20 +01:00
Fl1tzi
ec740c7b63 cosmic-comp: optional useXWayland
Signed-off-by: Fl1tzi <git@fl1tzi.com>
2024-01-28 20:02:20 +01:00
Sandro
a85f4d022e
Merge pull request #284588 from D3vil0p3r/patch-6
nightfox-gtk-theme: init at unstable-2023-05-28
2024-01-28 19:56:09 +01:00
Robert Schütz
94e8e2045e python311Packages.ytmusicapi: 1.5.0 -> 1.5.1
Diff: https://github.com/sigma67/ytmusicapi/compare/refs/tags/1.5.0...1.5.1

Changelog: https://github.com/sigma67/ytmusicapi/releases/tag/1.5.1
2024-01-28 10:53:31 -08:00
Sandro Jäckel
141fcec032
python311Packages.celery: use xdist to speed up checkPhase
Before the tests took ~110 sec, now they only take ~19 sec.
One tests seems to fail because of that but with subtests we have 30k
tests which should verify that things work regardless.
2024-01-28 19:53:09 +01:00
Robert Schütz
8f5a43ef77
Merge pull request #284555 from r-ryantm/auto-update/python311Packages.blebox-uniapi
python311Packages.blebox-uniapi: 2.2.0 -> 2.2.1
2024-01-28 18:48:59 +00:00
maralorn
b27920371e
Merge pull request #284315 from a-n-n-a-l-e-e/unpin-llvm-9
haskellPackages.llvm-hs: unpin llvm_9
2024-01-28 19:19:22 +01:00
Sandro
263af58884
Merge pull request #284488 from Silver-Golden/master
Bitwarden directory connector: fix bad preStart
2024-01-28 19:18:10 +01:00
Sandro
1bd6b2bb99
Merge pull request #282375 from sikmir/c-periphery
c-periphery: init at 2.4.2
2024-01-28 19:17:07 +01:00
Sandro
f35ab6dee7
Merge pull request #230368 from risicle/ris-libbpf-passthru-tests
libbpf: add some key reverse dependencies to `passthru.tests`
2024-01-28 19:14:27 +01:00