Nick Cao
e1ea1ba340
Merge pull request #264296 from r-ryantm/auto-update/grpcurl
...
grpcurl: 1.8.8 -> 1.8.9
2023-10-30 08:53:21 -04:00
Weijia Wang
c8e0916d02
Merge pull request #261264 from TimTechDev/update/minecraft-server_1-20-2
...
minecraft-server: 1.20.1 -> 1.20.2
2023-10-30 13:52:44 +01:00
Nick Cao
ccb472c42f
Merge pull request #264341 from mweinelt/esphome-2023.10.4
...
esphome: 2023.10.3 -> 2023.10.4
2023-10-30 08:51:36 -04:00
Nick Cao
8d7f79d488
Merge pull request #264303 from fabaff/pgvector-bump
...
python311Packages.pgvector: 0.2.2 -> 0.2.3
2023-10-30 08:50:39 -04:00
Nick Cao
295234ddbe
Merge pull request #264315 from r-ryantm/auto-update/civo
...
civo: 1.0.67 -> 1.0.68
2023-10-30 08:48:40 -04:00
Bernardo Meurer
6cf8670e84
Merge pull request #264077 from r-ryantm/auto-update/klipper
...
klipper: unstable-2023-09-10 -> unstable-2023-10-21
2023-10-30 08:46:12 -04:00
Nick Cao
4014c7a3d0
Merge pull request #264320 from r-ryantm/auto-update/ddns-go
...
ddns-go: 5.6.3 -> 5.6.4
2023-10-30 08:45:03 -04:00
Nick Cao
f7542b5bb9
Merge pull request #264322 from r-ryantm/auto-update/fulcio
...
fulcio: 1.4.1 -> 1.4.3
2023-10-30 08:44:30 -04:00
Nick Cao
cbb757611f
Merge pull request #264330 from r-ryantm/auto-update/cf-terraforming
...
cf-terraforming: 0.14.0 -> 0.15.0
2023-10-30 08:42:51 -04:00
Mario Rodas
50567d33f5
Merge pull request #263142 from r-ryantm/auto-update/python311Packages.nunavut
...
python311Packages.nunavut: 2.1.1 -> 2.3.0
2023-10-30 07:41:32 -05:00
Mario Rodas
73ff137b80
Merge pull request #263955 from r-ryantm/auto-update/pgcli
...
pgcli: 3.5.0 -> 4.0.0
2023-10-30 07:39:10 -05:00
Nick Cao
bfa3f068ae
Merge pull request #264342 from r-ryantm/auto-update/joker
...
joker: 1.3.0 -> 1.3.1
2023-10-30 08:38:31 -04:00
Peder Bergebakken Sundt
37dbff2abd
Merge pull request #259249 from dali99/update_hydrus2
...
hydrus: 544 -> 549
2023-10-30 13:37:34 +01:00
Mario Rodas
ac505b4001
Merge pull request #264299 from marsam/update-mailpit
...
mailpit: 1.7.1 -> 1.9.9
2023-10-30 07:33:40 -05:00
Mario Rodas
d784b57da2
Merge pull request #264282 from aaronjheng/mysql-shell
...
mysql-shell: 8.0.34 -> 8.0.35
2023-10-30 07:32:54 -05:00
Nick Cao
41aae9a3c4
Merge pull request #264259 from donovanglover/hyprdim-2.2.2
...
hyprdim: 2.2.1 -> 2.2.2
2023-10-30 08:32:24 -04:00
Mario Rodas
ec150cdf41
Merge pull request #264298 from marsam/fix-scrapy-build
...
python311Packages.scrapy: fix build
2023-10-30 07:32:05 -05:00
Nick Cao
d21a933253
Merge pull request #263693 from r-ryantm/auto-update/dendrite
...
dendrite: 0.13.3 -> 0.13.4
2023-10-30 08:31:21 -04:00
Mario Rodas
07814cea6e
Merge pull request #264176 from r-ryantm/auto-update/chezmoi
...
chezmoi: 2.40.0 -> 2.40.4
2023-10-30 07:31:06 -05:00
Nick Cao
e0acf703ce
Merge pull request #263319 from Cryolitia/fcitx5
...
fcitx5-nord: init at unstable-2021-07-27, fcitx5-material-color: init at 0.2.1
2023-10-30 08:30:26 -04:00
Robert Hensing
1c92b1f03b
Merge pull request #263478 from tweag/fileset/unknown-type-error
...
`lib.fileset.toSource`: Improve error for unknown file types
2023-10-30 13:14:22 +01:00
Martin Weinelt
310d019527
esphome: 2023.10.3 -> 2023.10.4
...
https://github.com/esphome/esphome/releases/tag/2023.10.4
2023-10-30 12:53:47 +01:00
R. Ryantm
d900a4fbdc
joker: 1.3.0 -> 1.3.1
2023-10-30 11:53:22 +00:00
Martin Weinelt
3e93e2445a
Merge pull request #262702 from gador/pgadmin7.7-fix-build-flask
...
Pgadmin4: fix build. Also fix flask-security-too
2023-10-30 12:49:40 +01:00
Silvan Mosberger
4651ac9bcd
Merge pull request #261939 from tweag/check-by-name-intermediate
...
`nixpkgs-check-by-name`: Intermediate error representation refactor
2023-10-30 12:49:04 +01:00
Silvan Mosberger
47c81d3286
lib.fileset.toSource: Optimise unknown file type error
...
Compared to the parent commit, this removes any detectable performance
cost :)
2023-10-30 12:48:13 +01:00
Silvan Mosberger
0f6cc8018c
lib.fileset.toSource: Improve error for unknown file types
...
This does decrease performance unfortunately
Benchmarking expression toSource { root = ./.; fileset = ./.; }
Mean CPU time 0.103747 (σ = 0.012415) for 10 runs is 97.32181384964636% (σ = 16.34179537413021%) of the old value 0.106602 (σ = 0.0125571)
Statistic .envs.elements (205920) is 105.5842% (+10891) of the old value 195029
Statistic .gc.totalBytes (20247696) is 101.7495% (+348160) of the old value 19899536
Statistic .nrThunks (134824) is 108.7878% (+10891) of the old value 123933
Statistic .symbols.number (996) is 100.1005% (+1) of the old value 995
Statistic .values.number (275238) is 104.1199% (+10891) of the old value 264347
2023-10-30 12:48:11 +01:00
Martin Weinelt
38e0d826c8
Merge pull request #263924 from fabaff/publicsuffixlist-bump
...
python311Packages.publicsuffixlist: 0.10.0.20231026 -> 0.10.0.20231028
2023-10-30 12:45:24 +01:00
Michele Guerini Rocco
ac1dd9de6c
Merge pull request #264269 from rnhmjoj/pr-cie
...
cie-middleware-linux: 1.4.4.0 -> 1.5.0
2023-10-30 12:00:25 +01:00
R. Ryantm
7b0a2b8d87
brogue-ce: 1.12 -> 1.13
2023-10-30 10:59:39 +00:00
José Romildo Malaquias
f50dc9d753
Merge pull request #263855 from romildo/upd.nordic
...
nordic: make sddm a separate output
2023-10-30 07:47:24 -03:00
R. Ryantm
6d8ef00edc
cf-terraforming: 0.14.0 -> 0.15.0
2023-10-30 10:34:25 +00:00
kashw2
caf70776a2
qmplay2: 23.08.22 -> 23.10.22
2023-10-30 07:19:09 -03:00
Janne Heß
73b2187e5f
Merge pull request #259459 from jcgruenhage/openssh-ldns
...
openssh: enable ldns
2023-10-30 11:03:41 +01:00
Janne Heß
d80d7d6697
Merge pull request #258071 from helsinki-systems/feat/stc-lock
...
nixos/switch-to-configuration: Lock the switch
2023-10-30 10:49:50 +01:00
K900
699e0ab8d9
Merge pull request #264313 from K900/kernel-6.6
...
Kernel 6.6
2023-10-30 12:39:39 +03:00
R. Ryantm
5f3e09f413
fulcio: 1.4.1 -> 1.4.3
2023-10-30 09:25:56 +00:00
R. Ryantm
1aa5e4f866
ddns-go: 5.6.3 -> 5.6.4
2023-10-30 09:23:20 +00:00
Atemu
f5458516e4
Merge pull request #264002 from Atemu/update/xanmod
...
linux_xanmod, linux_xanmod_latest: 2023-10-28
2023-10-30 10:08:08 +01:00
Alyssa Ross
423b31f1b2
pr-tracker: 1.2.0 -> 1.3.0
2023-10-30 08:13:13 +00:00
Alyssa Ross
ed449a1f05
pr-tracker: fetchurl -> fetchzip
...
The tarballs are dynamically generated by cgit, so we should use
fetchzip (which extracts the tarball) to ensure determinism.
2023-10-30 08:13:13 +00:00
R. Ryantm
25fbde2ad0
civo: 1.0.67 -> 1.0.68
2023-10-30 08:12:07 +00:00
K900
be33098cff
linux/common-config: enable new security features for 6.6
2023-10-30 11:11:15 +03:00
K900
419eba9ab1
linux_6_6: init at 6.6
2023-10-30 10:48:44 +03:00
Fabian Affolter
059348710f
Merge pull request #263578 from fabaff/azure-mgmt-containerregistry-bump
...
python311Packages.azure-mgmt-containerregistry: 10.1.0 -> 10.2.0
2023-10-30 08:19:32 +01:00
Fabian Affolter
65c2538b25
Merge pull request #263577 from fabaff/azure-mgmt-netapp-bump
...
python311Packages.azure-mgmt-netapp: 10.1.0 -> 11.0.0
2023-10-30 08:16:32 +01:00
Fabian Affolter
720e9b082f
Merge pull request #264115 from fabaff/google-cloud-vision-bump
...
python311Packages.google-cloud-vision: 3.4.4 -> 3.4.5
2023-10-30 08:05:50 +01:00
Fabian Affolter
ab940810a0
Merge pull request #264113 from fabaff/garminconnect-bump
...
python311Packages.garminconnect: 0.2.8 -> 0.2.9
2023-10-30 08:05:19 +01:00
Fabian Affolter
0532c14154
python311Packages.publicsuffixlist: switch to pyproject
2023-10-30 08:02:39 +01:00
Fabian Affolter
9c8d9a7af3
python311Packages.publicsuffixlist: 0.10.0.20231026 -> 0.10.0.20231030
2023-10-30 07:58:50 +01:00