Matt Melling
10a5141ef5
python3Packages.clldutils: 3.9.0 -> 3.19.0
...
Tidy up, add missing deps for new version, add self as maintainer. Fixes build
for python311Packages.segments.
2023-02-02 17:52:42 +00:00
superherointj
695a83030f
Merge pull request #214208 from PedroHLC/zen-kernels-6.1.9
...
zen-kernels: 6.1.8 -> 6.1.9
2023-02-02 14:45:58 -03:00
K900
059556ab3e
gmic-qt-krita: drop
...
Doesn't actually build, was removed upstream.
2023-02-02 20:41:16 +03:00
K900
881af8b8c6
kde-rounded-corners: unstable-2022-09-17 -> 0.3.0
...
Diff: cdf7460d95
...v0.3.0
2023-02-02 20:27:02 +03:00
figsoda
a93fc7ce4d
tela-icon-theme: 2022-08-28 -> 2023-02-03
...
Diff: https://github.com/vinceliuice/tela-icon-theme/compare/2022-08-28...2023-02-03
2023-02-02 12:26:30 -05:00
R. Ryantm
77407d19c4
gobgpd: 3.10.0 -> 3.11.0
2023-02-02 17:19:09 +00:00
Artturi
c30deffded
Merge pull request #214048 from ElvishJerricco/systemd-stage-1-gzip-wrapped
2023-02-02 19:06:25 +02:00
R. Ryantm
b7d93574d6
checkstyle: 10.6.0 -> 10.7.0
2023-02-02 17:05:00 +00:00
Robert Schütz
71c38b8b2a
python310Packages.recurring-ical-events: 2.0.0 -> 2.0.1
...
Diff: https://github.com/niccokunzmann/python-recurring-ical-events/compare/v2.0.0...v2.0.1
Changelog: https://github.com/niccokunzmann/python-recurring-ical-events/blob/v2.0.1/README.rst#changelog
2023-02-02 08:58:41 -08:00
figsoda
491510f2d6
hurl: 2.0.0 -> 2.0.1
...
Diff: https://github.com/Orange-OpenSource/hurl/compare/2.0.0...2.0.1
Changelog: https://github.com/Orange-OpenSource/hurl/raw/2.0.1/CHANGELOG.md
2023-02-02 11:43:59 -05:00
Thomas Tuegel
c11c55dd08
Merge pull request #154723 from kurnevsky/krfb-pipewire
...
krfb: add missing pipewire dependency
2023-02-02 10:40:21 -06:00
ajs124
c5b108d8b5
sope: 5.7.0 -> 5.8.0
2023-02-02 17:39:20 +01:00
R. Ryantm
2d2bbe40a4
sogo: 5.7.0 -> 5.8.0
2023-02-02 17:39:20 +01:00
Sandro
a9cadfb7b8
Merge pull request #213490 from OPNA2608/refactor/yaml-cpp
...
yaml-cpp*: Refactor, rename, adopt
2023-02-02 17:32:34 +01:00
Sandro Jäckel
0d6fc19cdf
electrum: use callPackage
2023-02-02 17:27:36 +01:00
Sandro Jäckel
abf3c26016
libbitcoin: minor cleanup
2023-02-02 17:26:59 +01:00
R. Ryantm
dd49386fbb
unrar: 6.2.3 -> 6.2.5
2023-02-02 10:20:56 -06:00
Martin Weinelt
1b7a3c044d
Merge pull request #214108 from dotlambda/home-assistant-abode
...
home-assistant: support abode component
2023-02-02 16:19:35 +00:00
PedroHLC ☭
e7d6bb28a1
linuxKernel.kernels.linux_zen: 6.1.8-zen1 -> 6.1.9-zen1
2023-02-02 13:15:53 -03:00
figsoda
6016d5f926
Merge pull request #214113 from ocfox/heirline
...
vimPlugins.heirline-nvim: init at 2023-01-30
2023-02-02 11:11:02 -05:00
PedroHLC ☭
001bb99794
linuxKernel.kernels.linux_lqx: 6.1.8-lqx1 -> 6.1.9-lqx1
2023-02-02 13:09:46 -03:00
Vincent Haupert
f3541be6d9
azure-static-sites-client: latest: 1.0.021731 -> 1.0.022152
2023-02-02 17:07:46 +01:00
Robert Schütz
e6638023aa
home-assistant: support abode component
2023-02-02 08:06:19 -08:00
Robert Schütz
f7ff88d795
python310Packages.jaraco-abode: init at 3.2.1
2023-02-02 08:06:15 -08:00
superherointj
ec476eb051
fluxcd: 0.38.3 -> 0.39.0
2023-02-02 13:04:58 -03:00
R. Ryantm
60ae965e07
python310Packages.somajo: 2.2.2 -> 2.2.3
2023-02-02 16:02:24 +00:00
Martin Weinelt
b6f3d9cbea
Merge pull request #214200 from r-ryantm/auto-update/python310Packages.findpython
...
python310Packages.findpython: 0.2.3 -> 0.2.4
2023-02-02 15:58:55 +00:00
Fabian Affolter
9f66f3fd2b
python310Packages.zwave-me-ws: add changelog to meta
2023-02-02 16:55:45 +01:00
R. Ryantm
bc0ad76074
python310Packages.findpython: 0.2.3 -> 0.2.4
2023-02-02 15:51:39 +00:00
Alyssa Ross
d608fbb9f6
buildPython*: allow overriding disabled packages
...
Previously:
nix-repl> python3.pkgs.WSME
error: WSME-0.11.0 not supported for interpreter python3.10
nix-repl> python3.pkgs.WSME.overridePythonAttrs (_: { disabled = false; })
error: WSME-0.11.0 not supported for interpreter python3.10
Now:
nix-repl> python3.pkgs.WSME
error: WSME-0.11.0 not supported for interpreter python3.10
«derivation
nix-repl> python3.pkgs.WSME.overridePythonAttrs (_: { disabled = false; })
«derivation /nix/store/cxkiwdfm146zvl573s2hahlbjd1wfrrp-python3.10-WSME-0.11.0.drv»
2023-02-02 16:49:27 +01:00
Bobby Rong
6d5025d631
Merge pull request #213561 from bobby285271/fix/cinnamon
...
cinnamon.cinnamon-common: various changes
2023-02-02 23:47:04 +08:00
Ben Collins
dc9fc99c53
Fix mistake in command execution parameter
...
Invoking cadvisor sent the command line parameter `-storage_driver_user` twice, once passing `cfg.storageDriverHost`. Fix the typo and pass the host config option to the command line parameter `-storage_driver_host`
2023-02-02 10:43:44 -05:00
Martin Weinelt
670f5fd185
Merge pull request #214194 from r-ryantm/auto-update/python310Packages.ovoenergy
...
python310Packages.ovoenergy: 1.3.0 -> 1.3.1
2023-02-02 15:40:56 +00:00
Martin Weinelt
02b2b0bc60
Merge pull request #213806 from mweinelt/psycopg-3.1.8
...
python3Packages.psycopg: 3.1.3 -> 3.1.8
2023-02-02 15:39:36 +00:00
Candy Cloud
f53eec9633
functionalplus: init at 0.2.18-p0
2023-02-02 15:36:26 +00:00
R. Ryantm
e05160e8a3
python310Packages.zwave-me-ws: 0.3.0 -> 0.3.1
2023-02-02 15:35:13 +00:00
Doron Behar
668c1a0d64
Merge pull request #214186 from r-ryantm/auto-update/texlab
...
texlab: 5.1.0 -> 5.2.0
2023-02-02 17:26:40 +02:00
Mihai Fufezan
468e83f8f3
material-symbols: init at unstable-2023-01-07
2023-02-02 17:20:06 +02:00
Sandro
385ea92713
Merge pull request #214178 from urandom2/aaxtomp3
...
aaxtomp3: drop osh patch
2023-02-02 16:09:54 +01:00
R. Ryantm
c24932a453
python310Packages.ovoenergy: 1.3.0 -> 1.3.1
2023-02-02 15:08:52 +00:00
superherointj
a6542405ca
Merge pull request #214180 from r-ryantm/auto-update/ginkgo
...
ginkgo: 2.7.1 -> 2.8.0
2023-02-02 11:35:28 -03:00
superherointj
807caf5524
Merge pull request #214184 from r-ryantm/auto-update/edwin
...
edwin: 0.52 -> 0.54
2023-02-02 11:34:27 -03:00
superherointj
f88f9fd562
Merge pull request #214172 from r-ryantm/auto-update/cinny-desktop
...
cinny-desktop: 2.2.3 -> 2.2.4
2023-02-02 11:26:43 -03:00
superherointj
e968ebeaf0
Merge pull request #214171 from r-ryantm/auto-update/circleci-cli
...
circleci-cli: 0.1.23241 -> 0.1.23272
2023-02-02 11:25:38 -03:00
superherointj
793bcf8cf3
Merge pull request #214188 from emilytrau/suricata-url
...
suricata: update homepage
2023-02-02 11:24:54 -03:00
Emily Trau
ab158ca8d7
suricata: update homepage
2023-02-03 01:21:32 +11:00
Sandro
c2947b5459
Merge pull request #214169 from K900/kde-gear-22.12.2
...
kde/gear: 22.12.1 -> 22.12.2
2023-02-02 15:12:06 +01:00
R. Ryantm
4da213e4f8
texlab: 5.1.0 -> 5.2.0
2023-02-02 13:54:46 +00:00
R. Ryantm
6cd07afbb8
edwin: 0.52 -> 0.54
2023-02-02 13:37:48 +00:00
R. Ryantm
6778c9593f
emptty: 0.9.0 -> 0.9.1
2023-02-02 13:19:43 +00:00