Commit graph

409679 commits

Author SHA1 Message Date
Mario Rodas 3f19edaa3d
Merge pull request #191703 from fabaff/aioecowitt-bump
python310Packages.aioecowitt: 2022.08.3 -> 2022.09.2
2022-09-17 20:51:23 -05:00
figsoda e180cd6c8f
Merge pull request #191667 from r-ryantm/auto-update/instaloader
instaloader: 4.9.3 -> 4.9.4
2022-09-17 21:48:08 -04:00
figsoda 8eb4d4218f
Merge pull request #191692 from r-ryantm/auto-update/otpauth
otpauth: 0.4.3 -> 0.5.0
2022-09-17 21:29:04 -04:00
R. Ryantm 01462a9e8b python310Packages.gehomesdk: 0.5.6 -> 0.5.7 2022-09-18 01:18:36 +00:00
Mario Rodas a1637a4552
Merge pull request #191697 from r-ryantm/auto-update/pocketbase
pocketbase: 0.7.2 -> 0.7.3
2022-09-17 20:11:38 -05:00
github-actions[bot] 8c09f0de57
Merge master into haskell-updates 2022-09-18 00:16:24 +00:00
Ivv f1a49e20e1
Merge pull request #191506 from bobvanderlinden/revert-190982-pr-cglm-pkgconfig-fix
Revert "cglm: install correct include/lib dir in pkg-config"
2022-09-18 02:13:40 +02:00
Ivv 50911701ba
Merge pull request #191615 from r-ryantm/auto-update/discordchatexporter-cli
discordchatexporter-cli: 2.35.2 -> 2.36
2022-09-18 02:12:31 +02:00
Jörg Thalheim 4dbbfe8ae4
Merge pull request #191713 from SuperSandro2000/feat-remote-builder-protocol
nixos/nix-daemon: support machine protocol
2022-09-18 02:08:30 +02:00
Timothy DeHerrera b43f6f58c9
Merge pull request #191575 from nrdxp/qt6-6.3.2
qt6: 6.3.1 -> 6.3.2
2022-09-17 16:55:12 -06:00
Robert Scott f47b2bbaec
Merge pull request #191606 from r-ryantm/auto-update/python310Packages.korean-lunar-calendar
python310Packages.korean-lunar-calendar: 0.2.1 -> 0.3.1
2022-09-17 23:37:31 +01:00
superherointj deefc2f0e6
Merge pull request #191547 from stehessel/kube-linter-changelog
kube-linter: add changelog
2022-09-17 19:21:08 -03:00
Baitinq bc57bb8630
smart-wallpaper: unstable-2022-09-01 -> unstable-2022-09-15 2022-09-18 00:20:14 +02:00
superherointj d72900031a
Merge pull request #191526 from r-ryantm/auto-update/kops
kops: 1.24.2 -> 1.24.3
2022-09-17 19:19:59 -03:00
superherointj 90cf59e2d6
Merge pull request #191501 from NickCao/import-checks
stratis-cli: add checks to itself and various dependencies
2022-09-17 19:15:31 -03:00
Jairo Llopis a7a94811e3
nixos/nix-daemon: support machine protocol
Make ssh-ng:// users happier.

@moduon MT-904
2022-09-18 00:05:35 +02:00
Sandro 6560d311d5
Merge pull request #190805 from risicle/ris-opencolorio-darwin-no-hidden-l 2022-09-17 23:58:16 +02:00
Thiago Kenji Okada 099436f4e0
Merge pull request #191354 from abathur/resholve_fix_outputhash
resholve: use originalSrc for nixpkgs-update bot
2022-09-17 22:53:47 +01:00
Christian Kögler 216a076af9
Merge pull request #190962 from otavio/topic/update-sh-agent-0-10-2
shellhub-agent: 0.9.6 -> 0.10.1
2022-09-17 23:37:36 +02:00
Christian Kögler 1dfe032082
Merge pull request #191203 from sifmelcara/krita-5.1.1
krita: 5.1.0 -> 5.1.1
2022-09-17 23:31:41 +02:00
Fabian Affolter 6a149eeef3 python310Packages.crownstone-sse: 2.0.3 -> 2.0.4 2022-09-17 23:28:28 +02:00
Christian Kögler 2d07f9cfe0
Merge pull request #191688 from Ma27/bump-grafana
grafana: 9.1.4 -> 9.1.5
2022-09-17 23:25:07 +02:00
Christian Kögler b2e4464fe1
Merge pull request #191686 from figsoda/update-selene
selene: 0.20.0 -> 0.21.0
2022-09-17 23:24:35 +02:00
Christian Kögler 9bb4dede50
Merge pull request #191675 from r-ryantm/auto-update/mage
mage: 1.13.0 -> 1.14.0
2022-09-17 23:23:06 +02:00
Christian Kögler 31da214833
Merge pull request #191483 from vbgl/why3-1.5.1
why3: 1.5.0 → 1.5.1
2022-09-17 23:18:46 +02:00
R. Ryantm 266c7728f7 python310Packages.emoji: 2.0.0 -> 2.1.0 2022-09-17 20:55:04 +00:00
figsoda e986ddf417
Merge pull request #191077 from figsoda/update-genact
genact: 1.0.2 -> 1.1.1
2022-09-17 16:36:15 -04:00
Travis A. Everett ff44e1f9dd resholve: use originalSrc for nixpkgs-update bot
Effort to fix automatic nixpkgs-update updates for resholved
packages in 9f6310d did help the bot get further, but it
then failed to find the source outputHash (the outer
derivation's source is the inner derivation; bot looks for
outer.src.outputHash; ours is at outer.src.src.outputHash).

This change uses `originalSrc` to indicate the source of the
inner derivation. Along with ryantm/nixpkgs-update#324, this
enables the bot to fall back on an attr that Nix/nixpkgs are
not directly depending on, supporting automatic updates for
packages built with `resholve.mkDerivation`.
2022-09-17 15:16:05 -05:00
figsoda d3d4f524f6
Merge pull request #191442 from r-ryantm/auto-update/slides
slides: 0.8.0 -> 0.9.0
2022-09-17 16:10:14 -04:00
Niklas Hambüchen d20d446114
Merge pull request #190121 from nh2/mautrix-signal-prefix-instead-of-set-path
mautrix-signal: `--prefix` instead of `--set` PATH
2022-09-17 21:57:02 +02:00
Niklas Hambüchen 162d4bf69f mautrix-signal: Use --prefix instead of --set in wrapper.
Otherwise, options like `systemd.services.<name>.path` have no effect.

An example for this being necessary is to add `ffmpeg` to the path of
a service running `mautrix-signal` in order to decode audio messages.

In general, package wrappers should not make environment variables like
PATH or PYTHONPATH non-overridable.
2022-09-17 21:56:00 +02:00
Fabian Affolter ab25e0d3ca python310Packages.aioecowitt: 2022.08.3 -> 2022.09.2 2022-09-17 21:55:06 +02:00
figsoda e696cfa9ea
Merge pull request #191513 from r-ryantm/auto-update/go-graft
go-graft: 0.2.9 -> 0.2.11
2022-09-17 15:24:22 -04:00
figsoda 47781c9c61
Merge pull request #191629 from r-ryantm/auto-update/dtrx
dtrx: 8.3.1 -> 8.4.0
2022-09-17 15:13:00 -04:00
figsoda 5519e5f4ec
Merge pull request #191637 from r-ryantm/auto-update/ctlptl
ctlptl: 0.8.7 -> 0.8.8
2022-09-17 15:11:06 -04:00
figsoda 0eb6d158cf
Merge pull request #191635 from r-ryantm/auto-update/rofimoji
rofimoji: 5.5.0 -> 5.6.0
2022-09-17 15:03:41 -04:00
figsoda 1b995f13b9
Merge pull request #191661 from r-ryantm/auto-update/gitls
gitls: 1.0.3 -> 1.0.4
2022-09-17 15:01:42 -04:00
R. Ryantm 9025c5f406 pocketbase: 0.7.2 -> 0.7.3 2022-09-17 18:56:45 +00:00
Fabian Affolter b151843cc5 python310Packages.pyeight: 0.3.0 -> 0.3.1 2022-09-17 20:39:34 +02:00
Fabian Affolter 892ffeebf5 python310Packages.pyrisco: 0.5.4 -> 0.5.5 2022-09-17 20:36:38 +02:00
R. Ryantm fc05358607 otpauth: 0.4.3 -> 0.5.0 2022-09-17 18:19:06 +00:00
Fabian Affolter 68fcdc4bc6 python310Packages.pep440: 0.1.1 -> 0.1.2 2022-09-17 20:18:31 +02:00
Fabian Affolter 3520a0e255 python310Packages.openevsewifi: 1.1.0 -> 1.1.2 2022-09-17 19:56:53 +02:00
Maximilian Bosch 59f8ea7f96
element-{web,desktop}: 1.11.4 -> 1.11.5
ChangeLogs:
* https://github.com/vector-im/element-desktop/releases/tag/v1.11.5
* https://github.com/vector-im/element-web/releases/tag/v1.11.5
2022-09-17 19:45:28 +02:00
Maximilian Bosch 9c35dd41c9
grafana: 9.1.4 -> 9.1.5
ChangeLog: https://github.com/grafana/grafana/releases/tag/v9.1.5
2022-09-17 19:05:06 +02:00
Mario Rodas dcc27d13e6
Merge pull request #191612 from r-ryantm/auto-update/ckbcomp
ckbcomp: 1.209 -> 1.210
2022-09-17 11:59:19 -05:00
figsoda 98b1b8daa7 selene: 0.20.0 -> 0.21.0 2022-09-17 12:59:08 -04:00
Mario Rodas b035b4b33e
Merge pull request #191651 from fabaff/aiosmtplib-bump
python310Packages.aiosmtplib: 1.1.6 -> 1.1.7
2022-09-17 11:58:31 -05:00
Mario Rodas 485d32d577
Merge pull request #191662 from r-ryantm/auto-update/glooctl
glooctl: 1.12.17 -> 1.12.18
2022-09-17 11:53:48 -05:00
Mario Rodas 86106edf14
Merge pull request #191653 from fabaff/qingping-ble-bump
python310Packages.qingping-ble: 0.6.1 -> 0.7.0
2022-09-17 11:52:30 -05:00