3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

450121 commits

Author SHA1 Message Date
Nick Cao 9644e4c6ee
Merge pull request #213573 from mattmelling/pathy-0.10.1
python3Packages.pathy: 0.6.1 -> 0.10.1
2023-01-31 09:41:57 +08:00
Nick Cao 0efb2ca78f
Merge pull request #213608 from r-ryantm/auto-update/libsidplayfp
libsidplayfp: 2.4.1 -> 2.4.2
2023-01-31 09:36:18 +08:00
R. Ryantm 993a57e705 micronaut: 3.8.2 -> 3.8.3 2023-01-31 01:33:55 +00:00
Nick Cao 8706b760f9
Merge pull request #213645 from r-ryantm/auto-update/govc
govc: 0.30.0 -> 0.30.1
2023-01-31 09:31:40 +08:00
Nick Cao 714f847af4
Merge pull request #213649 from kilianar/restic-0.15.1
restic: 0.15.0 -> 0.15.1
2023-01-31 09:30:48 +08:00
Nick Cao 65821bfa9a
Merge pull request #213685 from squalus/standardnotes
standardnotes: 3.139.0 -> 3.142.1
2023-01-31 09:27:00 +08:00
Nick Cao 60268cef29
Merge pull request #213683 from r-ryantm/auto-update/cpm-cmake
cpm-cmake: 0.36.0 -> 0.37.0
2023-01-31 09:26:21 +08:00
Nick Cao 915ffeb282
Merge pull request #213676 from timfenney/fix-postgres-version-in-docs
doc/nixos: fix postgres version in manual text
2023-01-31 09:24:53 +08:00
Nick Cao d803b5acd4
Merge pull request #213525 from wahjava/update-cinny
cinny: 2.2.3 -> 2.2.4
2023-01-31 09:21:43 +08:00
Nick Cao fbcc906df4
Merge pull request #213637 from DarkOnion0/devspace
devspace: 6.2.4 -> 6.2.5
2023-01-31 09:18:50 +08:00
squalus dea1ccc281 standardnotes: 3.139.0 -> 3.142.1 2023-01-30 17:17:35 -08:00
Nick Cao cdd68cdadc
Merge pull request #212632 from fgaz/itchiodl/init
itchiodl: init at 2.1.2
2023-01-31 09:15:36 +08:00
Nick Cao 2603076d9a
Merge pull request #212760 from Cynerd/luajit-crossbuild
luajit: fix cross build for 32 bit architectures
2023-01-31 09:14:56 +08:00
R. Ryantm cb34610386 cpm-cmake: 0.36.0 -> 0.37.0 2023-01-31 01:13:04 +00:00
Timothy Fenney e60870a807 doc/nixos:
Bump the postgres version in the manual text to match the version in the above Nix expression.
2023-01-30 17:57:02 -07:00
Weijia Wang ea43ffa110 python311Packages.eth-hash: fix build 2023-01-31 01:56:49 +01:00
R. Ryantm bb6eb8c44e altair: 5.0.10 -> 5.0.13 2023-01-31 00:54:15 +00:00
Anderson Torres 508fe72c3f
Merge pull request #212600 from atorres1985-contrib/dwl
dwl: 0.3.1 -> 0.4
2023-01-30 21:52:21 -03:00
figsoda 1f8d2facf8 ruff: 0.0.237 -> 0.0.238
Diff: https://github.com/charliermarsh/ruff/compare/v0.0.237...v0.0.238

Changelog: https://github.com/charliermarsh/ruff/releases/tag/v0.0.238
2023-01-30 19:51:42 -05:00
Weijia Wang e8cc88899e comfortaa: convert to stdenvNoCC.mkDerivation 2023-01-31 01:38:12 +01:00
Martin Weinelt 52604a1fe0
Merge pull request #213673 from mweinelt/hassil-0.2.6
hassil: 0.2.5 -> 0.2.6
2023-01-31 00:21:13 +00:00
Martin Weinelt 4fc0f24120
paperless-ngx: Reduce output size
By dropping the tests and its assets we further reduce the output size
from 23M to just 8.4M.
2023-01-31 01:07:42 +01:00
Martin Weinelt 1b3a601be2
paperless-ngx: 1.11.3 -> 1.12.2
https://github.com/paperless-ngx/paperless-ngx/releases/tag/v1.12.0
https://github.com/paperless-ngx/paperless-ngx/releases/tag/v1.12.1
https://github.com/paperless-ngx/paperless-ngx/releases/tag/v1.12.2
2023-01-31 01:07:42 +01:00
Martin Weinelt 03ce4db8ea
hassil: 0.2.5 -> 0.2.6
https://github.com/home-assistant/hassil/releases/tag/v0.2.6
2023-01-31 01:05:31 +01:00
Weijia Wang e0fa1ece2f
Merge pull request #213666 from figsoda/cargo-temp
cargo-temp: 0.2.14 -> 0.2.15
2023-01-31 01:03:04 +01:00
github-actions[bot] dd1ff149da
Merge master into staging-next 2023-01-31 00:02:31 +00:00
Weijia Wang fe85b09c8b
Merge pull request #213663 from wegank/darwin-hash-master
darwin: update srcs
2023-01-31 01:00:27 +01:00
Martin Weinelt 7018ef5886
python3Packages.redis: fix hiredis extra name 2023-01-31 00:59:50 +01:00
Martin Weinelt d18eea6935
paperless-ngx: Build frontend from source 2023-01-31 00:59:39 +01:00
Mario Rodas 863e3673e6
Merge pull request #213583 from marsam/fix-code-server
code-server,openvscode-server: fix build
2023-01-30 18:58:14 -05:00
Colin Arnott 6ff66fcbd7
lib: standardise attrset type syntax
There are a number of different syntaxes used for attrset type
signatures in our doc strings, this change standardises upon one that
uses :: for specifying attribute type, and ; terminators to be
consistent with nix syntax. There are no bugs in the functions
themselves, just that different syntaxes may confuse new users.
2023-01-30 23:53:44 +00:00
R. Ryantm 83d000ca8e urh: 2.9.3 -> 2.9.4 2023-01-30 23:50:27 +00:00
t4ccer f37d2b725d
maintainers: add t4ccer 2023-01-30 16:25:00 -07:00
Fabian Affolter 058ce3c20f
Merge pull request #213634 from fabaff/identify-bump
python310Packages.identify: 2.5.16 -> 2.5.17
2023-01-31 00:21:57 +01:00
Fabian Affolter 24790b1a3c
Merge pull request #213651 from r-ryantm/auto-update/python310Packages.fakeredis
python310Packages.fakeredis: 2.5.0 -> 2.6.0
2023-01-31 00:21:13 +01:00
Fabian Affolter 150db11aa5
Merge pull request #213542 from fabaff/pytautulli-bump
python310Packages.pytautulli: 23.1.0 -> 23.1.1
2023-01-31 00:20:15 +01:00
Fabian Affolter 78ced75dab
Merge pull request #213124 from fabaff/qcs-api-client-bump
python310Packages.qcs-api-client: 0.21.2 -> 0.21.3
2023-01-31 00:19:39 +01:00
Benno Fünfstück df2f261c7f burpsuite: remove version number from run script
Due to the switch to buildFHSUserEnv, the bin script was now called
burpsuite-${version}, which is uncommon. Fix this.
2023-01-31 00:19:19 +01:00
Fabian Affolter de4b10201c
Merge pull request #213143 from fabaff/dictpath-fix
python310Packages.dictpath: remove
2023-01-31 00:19:12 +01:00
Fabian Affolter 63103fb7d0
Merge pull request #213254 from fabaff/tlsx-bump
tlsx: 1.0.4 -> 1.0.5
2023-01-31 00:18:57 +01:00
Fabian Affolter f3b0299987
Merge pull request #213548 from fabaff/pyisy-bump
python310Packages.pyisy: 3.0.12 -> 3.1.9
2023-01-31 00:18:25 +01:00
Fabian Affolter ff4f1e3ae4
Merge pull request #213553 from fabaff/blinkpy-bump
python310Packages.blinkpy: 0.19.2 -> 0.20.0
2023-01-31 00:18:14 +01:00
Fabian Affolter 17ca5bd4c3
Merge pull request #213556 from fabaff/insteon-frontend-home-assistant-bump
python310Packages.insteon-frontend-home-assistant: 0.2.0 -> 0.3.0
2023-01-31 00:17:46 +01:00
Fabian Affolter 571133256b
Merge pull request #213535 from fabaff/goodwe-bump
python310Packages.goodwe: 0.2.21 -> 0.2.22
2023-01-31 00:17:35 +01:00
Fabian Affolter fe07d43260
Merge pull request #213554 from fabaff/fritzconnection-bump
python310Packages.fritzconnection: 1.10.3 -> 1.11.0
2023-01-31 00:17:26 +01:00
Fabian Affolter 310aed60a6
Merge pull request #213541 from fabaff/pydaikin-bump
python310Packages.pydaikin: 2.8.0 -> 2.9.0
2023-01-31 00:17:15 +01:00
Fabian Affolter f0dfcea715
Merge pull request #213539 from fabaff/pyaftership-bump
python310Packages.pyaftership: 21.11.0 -> 23.1.0
2023-01-31 00:17:02 +01:00
Fabian Affolter c1257f95d9
Merge pull request #213564 from fabaff/aliyun-python-sdk-bump
python310Packages.aliyun-python-sdk-dbfs: 2.0.5 -> 2.0.6
2023-01-31 00:16:11 +01:00
Fabian Affolter 4ee59c9743
Merge pull request #213566 from fabaff/aio-geojson-generic-client-bump
python310Packages.aio-geojson-generic-client: 0.1 -> 0.3
2023-01-31 00:16:01 +01:00
Fabian Affolter d695b7f9fe
Merge pull request #213575 from fabaff/py-synologydsm-api-bump
python310Packages.py-synologydsm-api: 1.0.8 -> 2.1.0
2023-01-31 00:15:45 +01:00