R. Ryantm
50773ef245
ddns-go: 6.7.2 -> 6.7.6
2024-11-30 17:52:38 +00:00
Martin Weinelt and GitHub
a3a9591051
evcc: 0.131.6 -> 0.131.8 ( #360497 )
2024-11-30 18:52:01 +01:00
Gaétan Lepage and GitHub
c600e806ad
mullvad-vpn: format; move to by-name ( #360494 )
2024-11-30 18:50:59 +01:00
Azat Bahawi and GitHub
a6a90a68cb
tbls: 1.78.0 -> 1.79.4 ( #360337 )
2024-11-30 20:48:51 +03:00
Azat Bahawi and GitHub
a63d604647
rfc: 1.0.0 -> 1.0.1 ( #360365 )
2024-11-30 20:48:03 +03:00
Matthew Croughan and GitHub
aaa6191e18
python312Packages.llama-cpp-python: init at 0.3.1 ( #349657 )
2024-11-30 17:46:57 +00:00
Sefa Eyeoglu and GitHub
38caec4e58
vencord: 1.10.7 -> 1.10.8 ( #360267 )
2024-11-30 18:44:43 +01:00
Gaetan Lepage
4829779d1c
mullvad-vpn: add versionCheckHook
2024-11-30 18:40:02 +01:00
Sefa Eyeoglu and GitHub
331e7824ad
goodvibes: 0.8.0 -> 0.8.1 ( #354474 )
2024-11-30 18:39:34 +01:00
R. Ryantm
3f694f33b0
kakoune-lsp: 18.0.2 -> 18.1.0
2024-11-30 17:35:44 +00:00
nixpkgs-merge-bot[bot] and GitHub
cc252426b0
updatecli: 0.82.0 -> 0.88.0 ( #360016 )
2024-11-30 17:34:59 +00:00
sternenseemann
1fdd4348e4
openssh: add initrd-network-ssh nixos test to passthru.tests
...
openssh updates can break the sshd in initrd, as proven by the update to
9.8p1 (ref #323796 ). The corresponding test is not a channel blocker,
but should at least be looked at by maintainers updating openssh.
2024-11-30 18:34:24 +01:00
R. Ryantm
a4b9be1e7a
pet: 0.9.0 -> 1.0.0
2024-11-30 17:30:52 +00:00
Martin Weinelt
b8e5253e27
evcc: 0.131.6 -> 0.131.8
...
https://github.com/evcc-io/evcc/releases/tag/0.131.7
https://github.com/evcc-io/evcc/releases/tag/0.131.8
2024-11-30 18:29:04 +01:00
Robert Schütz and GitHub
2b4d67b7e6
python312Packages.vobject: 0.9.7 -> 0.9.8 ( #353145 )
2024-11-30 09:21:06 -08:00
Gaetan Lepage
5289e5424d
mullvad-vpn: move to by-name
2024-11-30 18:20:31 +01:00
sternenseemann
649721fe54
haskell.packages.ghcHEAD: start compiler config for GHC 9.14
...
(cherry picked from commit 9c2ca55dd3 )
2024-11-30 18:19:09 +01:00
sternenseemann
bde0bc80d6
haskell.compiler.ghcHEAD: bootstrap using GHC 9.10
...
GHC 9.6 can be used in a pinch, but not to build e.g. a cross compiler.
(cherry picked from commit 4fb0a4a47c )
2024-11-30 18:19:02 +01:00
Robert Schütz and GitHub
e00faec99b
radicale2: drop ( #360284 )
2024-11-30 09:18:55 -08:00
sternenseemann
c91c4a0f55
haskell.compiler.ghcHEAD: disable --hyperlinked-source on aarch64
...
Disable enableHyperlinkedSource for GHC >= 9.11 to keep GHC under the
3GB Hydra output limit. Note that we use a patch as opposed to the new
extraArgs interfaces for the reasons given in the comments added in this
commit.
(cherry picked from commit ec3ec6038a )
2024-11-30 18:18:48 +01:00
Gaetan Lepage
d6ba42ff01
mullvad-vpn: format
2024-11-30 18:17:19 +01:00
Gaétan Lepage and GitHub
5e1cc48ced
mullvad-vpn: 2024.6 -> 2024.7 ( #356825 )
2024-11-30 18:14:39 +01:00
R. Ryantm
4861b25042
netscanner: 0.6.0 -> 0.6.1
2024-11-30 17:00:58 +00:00
aktaboot
0ce0839bc2
mullvad-vpn add darwin as badPlatform
2024-11-30 17:55:33 +01:00
Pol Dellaiera
da14e45b25
etlegacy-unwrapped: 2.82.1 -> 2.83.1
2024-11-30 17:48:07 +01:00
Sandro and GitHub
f4a5f018f7
rustls-ffi: 0.13.0 -> 0.14.1 ( #352584 )
2024-11-30 17:45:05 +01:00
Fabian Affolter
1a2fdaae29
mqtt-exporter: init at 1.5.0
...
Generic MQTT Prometheus exporter for IoT
https://github.com/kpetremann/mqtt-exporter
2024-11-30 17:44:53 +01:00
R. Ryantm
93db83885b
markuplinkchecker: 0.18.0 -> 0.19.0
2024-11-30 16:43:19 +00:00
Majiir Paktu
a6ee73b543
atop: fix cross-compilation
...
atop 2.10 broke cross-compilation by hard-coding a build architecture
pkg-config. atop 2.11 fixed the issue by reading the PKG_CONFIG
environment variable, but cross-compilation remained broken in nixpkgs
because PKG_CONFIG was not set. Moving pkg-config to nativeBuildInputs
fixes the variable and the build.
2024-11-30 11:42:00 -05:00
R. Ryantm
eb79afa5ff
kubefetch: 0.7.2 -> 0.8.0
2024-11-30 16:39:51 +00:00
sternenseemann
5aff2550eb
haskellPackages.ghcide: apply patch for GHC 9.8.3 compat
...
(cherry picked from commit d76940773a )
2024-11-30 17:32:20 +01:00
sternenseemann
73f95b45c3
haskellPackages.haskell-language-server: refactor override
...
(cherry picked from commit 0984a89fe2 )
2024-11-30 17:32:13 +01:00
Robert Schütz and GitHub
a056552137
python312Packages.libcst: 1.5.0 -> 1.5.1 ( #357874 )
2024-11-30 08:29:59 -08:00
R. Ryantm
67276811c4
python312Packages.aiohomekit: 3.2.6 -> 3.2.7
2024-11-30 16:26:22 +00:00
R. Ryantm
e965f06941
python312Packages.moderngl: 5.11.1 -> 5.12.0
2024-11-30 16:26:18 +00:00
Gaetan Lepage
15c2105904
vimPlugins.codeium-nvim: minor checkPhase refactoring
2024-11-30 17:21:11 +01:00
Gaetan Lepage
b7f742a510
codeium: add versionCheckHook
2024-11-30 17:20:26 +01:00
Gaetan Lepage
76ba7a02ba
codeium: correct meta.mainProgram
2024-11-30 17:20:19 +01:00
Pol Dellaiera and GitHub
7fd4e5f7c3
parca-agent: init at 0.35.0 ( #360132 )
2024-11-30 17:19:47 +01:00
Gaetan Lepage
635d9c8692
codeium: format
2024-11-30 17:17:54 +01:00
R. Ryantm
2ed07b6ddd
python312Packages.microsoft-kiota-http: 1.3.3 -> 1.3.4
2024-11-30 16:16:24 +00:00
R. Ryantm
31faab38be
python312Packages.array-api-strict: 2.0.1 -> 2.2
2024-11-30 15:56:11 +00:00
R. Ryantm
64ccdb8ac2
python312Packages.pyinstaller-hooks-contrib: 2024.9 -> 2024.10
2024-11-30 15:48:53 +00:00
Atemu and GitHub
60a1ffe606
lact: mention NVIDIA ( #360392 )
2024-11-30 16:34:34 +01:00
Fabian Affolter and GitHub
1e0bb0270b
python312Packages.notus-scanner: update disabled
2024-11-30 16:26:58 +01:00
Atemu and GitHub
30e8e79ac9
gerrit: 3.10.2 -> 3.10.3 ( #359389 )
2024-11-30 16:26:14 +01:00
b99389f02d
xautocfg: init at 1.2 ( #335733 )
...
Co-authored-by: Yohann Boniface <edhyjox@gmail.com >
Co-authored-by: Arne Keller <2012gdwu+github@posteo.de >
Co-authored-by: Aleksana <alexander.huang.y@gmail.com >
2024-11-30 23:25:53 +08:00
Fabian Affolter and GitHub
cbac36aa93
python312Packages.python-gvm: 24.8.0 -> 24.11.0 ( #359884 )
2024-11-30 16:25:31 +01:00
Fabian Affolter
2e5767d6a5
python312Packages.pysuezv2: init at 1.3.2
...
Module for dealing with water consumption data from Suez
https://github.com/jb101010-2/pySuez
2024-11-30 16:21:28 +01:00
Aleksana and GitHub
5a7a68136d
treewide: use rustPlatform.bindgenHook ( #360427 )
2024-11-30 23:16:23 +08:00