R. Ryantm
db558c7c4a
backintime: 1.5.2 -> 1.5.3
2024-11-13 13:40:13 +00:00
Martin Weinelt
9173aeb879
firefox-bin-unwrapped: 132.0.1 -> 132.0.2
...
https://www.mozilla.org/en-US/firefox/132.0.2/releasenotes/
2024-11-12 15:23:55 +01:00
Martin Weinelt
5368df695c
firefox-unwrapped: 132.0.1 -> 132.0.2
...
https://www.mozilla.org/en-US/firefox/132.0.2/releasenotes/
2024-11-12 15:23:21 +01:00
Sandro
03bf2d9300
element-desktop: 1.11.84 -> 1.11.85 ( #355400 )
2024-11-12 14:15:35 +01:00
Sandro
906f3ffafb
element-web: passthru conf to allow extending it via modules without discarding already set config ( #355225 )
2024-11-12 13:24:51 +01:00
OTABI Tomoya
b76273df40
netmaker-full: 0.25.0 -> 0.26.0 ( #354577 )
2024-11-12 21:20:14 +09:00
teutat3s
b91f647a35
element-desktop: 1.11.84 -> 1.11.85
...
Fixes 3 vulnerabilities:
* CVE-2024-51750 / GHSA-w36j-v56h-q9pc
* CVE-2024-51749 / GHSA-5486-384g-mcx2
* CVE-2024-50336 / GHSA-xvg8-m4x3-w6xr
https://github.com/element-hq/element-desktop/releases/tag/v1.11.85
2024-11-12 12:34:57 +01:00
Sandro Jäckel
c479e5b604
element-web: passthru conf to allow extending it via modules without discarding already set config
2024-11-11 16:36:01 +01:00
Emily
6713cdcd2d
{ungoogled-,}chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 ( #354993 )
2024-11-11 13:02:47 +01:00
Franz Pletz
60533322e3
protonvpn-gui: 4.6.0 -> 4.7.3 ( #354170 )
2024-11-11 10:51:47 +01:00
Aleksana
e635cf8d9f
netsurf.browser: fix darwin builds ( #355038 )
2024-11-11 11:31:43 +08:00
Atemu
a8489059c4
signal-desktop: remove stdenv.cc.cc from runtimeDeps ( #354924 )
2024-11-11 01:49:07 +01:00
Luke Granger-Brown
eba346ebfe
teamspeak3: modernise ( #354161 )
2024-11-10 19:40:50 +00:00
Olivér Falvai
62d3c4fb59
netsurf.browser: fix darwin builds
...
https://hydra.nixos.org/build/276866240
2024-11-10 19:50:17 +01:00
emilylange
f1626845b2
ungoogled-chromium: 130.0.6723.91-1 -> 130.0.6723.116-1
...
https://chromereleases.googleblog.com/2024/11/stable-channel-update-for-desktop.html
This update includes 2 security fixes.
CVEs:
CVE-2024-10826 CVE-2024-10827
2024-11-10 14:54:20 +01:00
emilylange
42e3784bba
chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116
...
https://chromereleases.googleblog.com/2024/11/stable-channel-update-for-desktop.html
This update includes 2 security fixes.
CVEs:
CVE-2024-10826 CVE-2024-10827
2024-11-10 14:38:40 +01:00
Austin Horstman
1546e0871c
nomad_1_9: 1.9.0 -> 1.9.2 ( #354300 )
2024-11-09 17:08:01 -06:00
Atemu
4d98fc18e8
teamspeak3: rename from teamspeak_client
...
This is what people would be looking for when searching for "teamspeak".
Barely anyone will need the server and those who do will likely explicitly look
for the server rather than just "teamspeak".
teamspeak_server should probably be renamed to teamspeak3-server.
2024-11-09 22:37:08 +01:00
Atemu
e5017770eb
teamspeak_client: run installer script without -x by default
...
It's only relevant for debugging the package when updating.
2024-11-09 22:35:41 +01:00
Atemu
2568cfa348
teamspeak_client: install to opt/ subdirectory
...
This is not a library.
This actually matters somewhat because lib/ is installed into the system-wide
path on NixOS for whatever reason.
2024-11-09 22:35:41 +01:00
Atemu
3830a3dbf6
teamspeak_client: modernise installPhase
2024-11-09 22:35:41 +01:00
Atemu
49a5c6431c
teamspeak_client: remove unnecessary dependencies
...
I honestly don't know what these are here for but they're not in any of the
binaries' NEEDED sections, so let's yeet them.
autoPatchelfHook ensures we have all required libraries.
2024-11-09 22:35:41 +01:00
Atemu
9db530c94c
teamspeak_client: use autoPatchelfHook rather than manual patchelf
2024-11-09 22:35:41 +01:00
Atemu
cba4002e45
teamspeak_client: refactor libquazip patching
2024-11-09 22:35:41 +01:00
Atemu
1a5940c3e8
teamspeak_client: use wrapQtAppsHook
2024-11-09 22:35:41 +01:00
Atemu
56a739f756
teamspeak_client: make libredirect a regular runtimeDep
...
I don't see a need to preload here
2024-11-09 22:35:41 +01:00
Atemu
0f029a19c6
teamspeak_client: run phase hooks
2024-11-09 22:35:41 +01:00
Atemu
cdd40cb89c
teamspeak_client: refactor QT deps
...
This is the modern method of accessing them and is compatible with by-name.
2024-11-09 22:35:41 +01:00
Atemu
c056c7dd7a
teamspeak_client: use regular libcxx
...
No reason to use the one from LLVM.
2024-11-09 22:35:41 +01:00
Atemu
f3840380fd
teamspeak_client: don't wrap with cc's libdir
...
This pulls in the entire C compiler into the runtime closure. It works just fine
without this.
2024-11-09 22:35:41 +01:00
Vladimír Čunát
20e8995972
thunderbird: 128.4.0esr -> 128.4.2esr ( #354213 )
2024-11-09 16:20:17 +01:00
Emily
3b91a81423
treewide: remove redundant patches and locks ( #354215 )
2024-11-09 12:57:37 +00:00
aleksana
571c71e6f7
treewide: migrate packages to pkgs/by-name, take 1
...
We are migrating packages that meet below requirements:
1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration
The tool is here: https://github.com/Aleksanaa/by-name-migrate .
2024-11-09 20:04:51 +08:00
h7x4
03661d6d83
librewolf: 131.0.3 -> 132.0.1 ( #353484 )
2024-11-09 00:14:13 +01:00
Nick Cao
45d8706160
dnscontrol: 4.14.2 -> 4.14.3 ( #354532 )
2024-11-08 15:56:16 -05:00
Cosima Neidahl
b1f633c126
palemoon-bin: 33.4.0.1 -> 33.4.1 ( #353932 )
2024-11-08 21:19:38 +01:00
R. Ryantm
7d05609d5b
netmaker-full: 0.25.0 -> 0.26.0
2024-11-08 19:42:07 +00:00
techknowlogick
3e9c905d35
nomad_1_9: 1.9.0 -> 1.9.2
...
Diff: https://github.com/hashicorp/nomad/compare/v1.9.0...v1.9.2
2024-11-08 14:03:46 -05:00
Nick Cao
e27154d6ee
gnmic: 0.38.2 -> 0.39.0 ( #354401 )
2024-11-08 14:01:52 -05:00
Viorel-Cătălin Răpițeanu
c78b55b3b6
protonvpn-gui: 4.6.0 -> 4.7.3
...
Updated the package to the latest version.
2024-11-08 19:34:44 +02:00
Sandro Jäckel
d4ab921f94
dnscontrol: 4.14.2 -> 4.14.3
...
Diff: https://github.com/StackExchange/dnscontrol/compare/v4.14.2...v4.14.3
Changelog: https://github.com/StackExchange/dnscontrol/releases/tag/v4.14.3
2024-11-08 17:28:08 +01:00
Yovko Lambrev
59fd9013ac
terraform-providers.ccloud: init at 1.6.6 ( #354274 )
2024-11-08 16:41:00 +10:00
Ellie Hermaszewska
e134422465
maintainers: remove expipiplus1
...
Another year, another exhausting undermoderated thread full of people
arguing against being an inclusive community, tone policing and denying
that discriminatory behaviour even exists.
This clearly isn't getting any better and I'm embarrassed that I stayed
around for this long. I can't continue to lend my name to such a
project.
2024-11-08 14:24:58 +08:00
R. Ryantm
39cba6bde7
gnmic: 0.38.2 -> 0.39.0
2024-11-08 05:20:33 +00:00
aleksana
b74fdd2386
treewide: remove redundant patches and locks
...
These files are no longer referenced.
2024-11-08 12:54:15 +08:00
R. Ryantm
9d4343b7b2
ladybird: 0-unstable-2024-10-22 -> 0-unstable-2024-11-06
2024-11-07 18:55:35 +00:00
Emily
4e185130e9
signal-desktop: 7.31.0 -> 7.32.0; signal-desktop-beta:7.32.0-beta.1 -> 7.33.0-beta.1 ( #354256 )
2024-11-07 18:46:45 +00:00
Emily
3a6d4d006a
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc ( #354197 )
2024-11-07 18:16:05 +00:00
Gliczy
614795583f
signal-desktop-(generic): use --replace-fail
2024-11-07 16:52:36 +01:00
Gliczy
e630ab066e
signal-desktop-beta:7.32.0-beta.1 -> 7.33.0-beta.1
2024-11-07 16:51:25 +01:00