Commit Graph
744362 Commits
Author SHA1 Message Date
MithicSpirit dcc7199c4e nixos/tlp: expose package
This allows viewing and/or modifying the tlp package used by the module,
which is especially important since it might be different from
`pkgs.tlp` due to RDW.
2025-01-26 13:13:46 -05:00
DontEatOreoandGitHub 798f303659 koboldcpp: 1.81.1 -> 1.82.4 (#374773)
Changelog: https://github.com/LostRuins/koboldcpp/releases/tag/v1.82.4
Diff: https://github.com/LostRuins/koboldcpp/compare/v1.81.1...v1.82.4
2025-01-26 23:16:42 +05:30
abdda322e4 mountpoint-s3: 1.13.0 -> 1.14.0 (#376523)
Co-authored-by: lblasc <lblasc@users.noreply.github.com>
2025-01-26 17:28:59 +00:00
YtandGitHub b006aa2b62 python3Packages.nh3: fetchCargoTarball -> fetchCargoVendor (#376996) 2025-01-26 12:28:15 -05:00
Arne KellerandGitHub 44f8524c3d python31{1,2}Packages.pysubs2: 1.7.3 -> 1.8.0 (#367935) 2025-01-26 18:16:29 +01:00
Arne KellerandGitHub 34ecfa1c2f googleearth-pro: fix strictDeps build (#377030) 2025-01-26 18:14:24 +01:00
Gaétan LepageandGitHub d382cf7aff whisper-cpp: add ROCm and Vulkan support, rename from openai-whisper-cpp (#365033) 2025-01-26 18:13:14 +01:00
a61a1ee961 clorinde: useFetchCargoVendor (#377027)
Co-authored-by: Defelo <Defelo@users.noreply.github.com>
2025-01-26 17:11:16 +00:00
Peder Bergebakken SundtandGitHub 14cbc65b77 f3d: 2.5.1 -> 3.0.0 (#375052) 2025-01-26 18:00:40 +01:00
Arne KellerandGitHub a0da48df91 kodiPackages.inputstream-adaptive: 21.4.6 -> 21.5.9 (#375326) 2025-01-26 17:49:07 +01:00
aecb38e825 jazz2: 3.0.0 -> 3.1.0 (#376955)
Co-authored-by: surfaceflinger <nat@nekopon.pl>
2025-01-26 16:46:04 +00:00
Austin HorstmanandGitHub c0382579af fastfetch: 2.34.1 -> 2.35.0 (#377025) 2025-01-26 10:36:56 -06:00
FliegendeWurst 56ff19e73f googleearth-pro: fix strictDeps build 2025-01-26 17:31:23 +01:00
Alyssa Ross 4010f08a6b dwfv: remove
2 years since the last upstream commit.
2025-01-26 17:26:40 +01:00
Arne KellerandGitHub c6186b7831 googleearth-pro: 7.3.6.9796 -> 7.3.6.10201 (#375810) 2025-01-26 17:25:36 +01:00
Arne KellerandGitHub 0747d1b5f8 xtermcontrol: 3.8 -> 3.10 (#374292) 2025-01-26 17:21:52 +01:00
102ebc78fd nak: 0.9.1 -> 0.10.1 (#376981)
Co-authored-by: nartsisss <nartsiss@proton.me>
2025-01-26 16:20:00 +00:00
Austin Horstman 1c2a0941f8 fastfetch: 2.34.1 -> 2.35.0 2025-01-26 10:16:15 -06:00
Peder Bergebakken SundtandGitHub 48490a4264 harlequin: 1.25.2-unstable-2024-12-30 -> 2.0.0 (#376079) 2025-01-26 17:15:09 +01:00
Kim LindbergerandGitHub d98509e72f cnijfilter_*: Fix build (#376924) 2025-01-26 17:14:26 +01:00
Nick CaoandGitHub 34d09b0507 podman-tui: 1.3.0 -> 1.3.1 (#376977) 2025-01-26 11:13:31 -05:00
Alyssa Ross 2bfbcae6b0 clorinde: useFetchCargoVendor
Cargo 1.84.0 seems to have changed the output format of cargo vendor
again, once again invalidating fetchCargoTarball FOD hashes.  It's
time to fix this once and for all, switching across the board to
fetchCargoVendor, which is not dependent on cargo vendor's output
format.
2025-01-26 17:06:58 +01:00
Nick CaoandGitHub cf127ccf21 kdlfmt: 0.0.10 -> 0.0.11 (#376928) 2025-01-26 11:03:31 -05:00
ArtturinandGitHub 6df1f6f557 fortune: fix cross build (#376323) 2025-01-26 18:02:43 +02:00
Peder Bergebakken SundtandGitHub 1af4a23658 python312Packages.pynvml: 11.5.3 -> 12.0.0 (#375418) 2025-01-26 16:52:14 +01:00
Alyssa Ross a23b4c41a1 kdePackages.kdepim-addons: fetchCargoTarball -> fetchCargoVendor
Cargo 1.84.0 seems to have changed the output format of cargo vendor
again, once again invalidating fetchCargoTarball FOD hashes.  It's
time to fix this once and for all, switching across the board to
fetchCargoVendor, which is not dependent on cargo vendor's output
format.

Taking a cargoHash parameter isn't a good idea, because it will
produce a silently broken FOD if we change the hashing scheme, like
we're doing here.  Overlays should provide a full cargoDeps object,
which wouldn't have that problem, because the overlay would be
responsible for the whole FOD.
2025-01-26 16:46:47 +01:00
Alyssa Ross 924f85ec5b kdePackages.angelfish: fetchCargoTarball -> fetchCargoVendor
Cargo 1.84.0 seems to have changed the output format of cargo vendor
again, once again invalidating fetchCargoTarball FOD hashes.  It's
time to fix this once and for all, switching across the board to
fetchCargoVendor, which is not dependent on cargo vendor's output
format.

Taking a cargoHash parameter isn't a good idea, because it will
produce a silently broken FOD if we change the hashing scheme, like
we're doing here.  Overlays should provide a full cargoDeps object,
which wouldn't have that problem, because the overlay would be
responsible for the whole FOD.
2025-01-26 16:46:47 +01:00
Alyssa Ross a8d9a58e39 kdePackages.akonadi-search: fetchCargoTarball -> fetchCargoVendor
Cargo 1.84.0 seems to have changed the output format of cargo vendor
again, once again invalidating fetchCargoTarball FOD hashes.  It's
time to fix this once and for all, switching across the board to
fetchCargoVendor, which is not dependent on cargo vendor's output
format.

Taking a cargoHash parameter isn't a good idea, because it will
produce a silently broken FOD if we change the hashing scheme, like
we're doing here.  Overlays should provide a full cargoDeps object,
which wouldn't have that problem, because the overlay would be
responsible for the whole FOD.
2025-01-26 16:46:47 +01:00
Alyssa Ross 9ece636074 plasma5Packages.angelfish: fetchCargoTarball -> fetchCargoVendor
Cargo 1.84.0 seems to have changed the output format of cargo vendor
again, once again invalidating fetchCargoTarball FOD hashes.  It's
time to fix this once and for all, switching across the board to
fetchCargoVendor, which is not dependent on cargo vendor's output
format.

Taking a cargoSha256 parameter isn't a good idea, because it will
produce a silently broken FOD if we change the hashing scheme, like
we're doing here.  Overlays should provide a full cargoDeps object,
which wouldn't have that problem, because the overlay would be
responsible for the whole FOD.
2025-01-26 16:46:32 +01:00
Arne KellerandGitHub b26790b227 kdePackages.qtkeychain: 0.14.3 -> 0.15.0 (#374327) 2025-01-26 16:41:00 +01:00
ArtturinandGitHub 9779001948 protonvpn-cli: Fix crash on startup 2025-01-26 17:40:38 +02:00
ArtturinandGitHub 20d0f5d6e0 vintagestory: 1.19.8 -> 1.20.3 (#375008) 2025-01-26 17:34:34 +02:00
Pierre RouxandVincent Laporte c683a77656 coq_9_0: init at 9.0+rc1 2025-01-26 16:32:07 +01:00
Arne KellerandGitHub a90a018d2f mcontrolcenter: 0.4.1 -> 0.5.0 (#374333) 2025-01-26 16:26:24 +01:00
Arne KellerandGitHub 446ae89f16 libsForQt5.qtkeychain: 0.14.3 -> 0.15.0 (#374329) 2025-01-26 16:25:20 +01:00
Arne KellerandGitHub b9772b69d8 tutanota-desktop: 259.241223.2 -> 259.250108.1 (#373587) 2025-01-26 16:22:31 +01:00
Arne KellerandGitHub 55ee351470 coqPackages.MenhirLib: add maintainer (#371681) 2025-01-26 16:21:25 +01:00
Nick CaoandGitHub 1d415ed350 python313Packages.tencentcloud-sdk-python: 3.0.1309 -> 3.0.1310 (#376937) 2025-01-26 10:21:00 -05:00
Nick CaoandGitHub 009329022e terraform-providers.digitalocean: 2.46.1 -> 2.47.0 (#376942) 2025-01-26 10:15:11 -05:00
R. RyanTMandGitHub 55da7c5172 sbt-extras: 2024-09-28 -> 2024-11-06 (#376895) 2025-01-26 10:15:06 -05:00
Nick CaoandGitHub 38751b1d13 python312Packages.commitizen: 4.1.0 -> 4.1.1 (#376960) 2025-01-26 10:12:58 -05:00
Nick CaoandGitHub 49d87e7ddd python312Packages.uiprotect: 7.4.1 -> 7.5.0 (#376904) 2025-01-26 10:08:20 -05:00
Nick CaoandGitHub e7c8e2f250 python312Packages.htmldate: 1.9.2 -> 1.9.3 (#376915) 2025-01-26 10:07:07 -05:00
Nick CaoandGitHub 64c650487f flyctl: 0.3.61 -> 0.3.68 (#376921) 2025-01-26 10:00:57 -05:00
Nick CaoandGitHub 1feadf6b66 hcdiag: 0.5.5 -> 0.5.6 (#376923) 2025-01-26 09:59:19 -05:00
Nick CaoandGitHub 246378557a nuclear: 0.6.41 -> 0.6.42 (#376858) 2025-01-26 09:56:31 -05:00
507d3ae607 libloragw-{2g4,sx1302}: fix cross build (#376966)
Co-authored-by: stv0g <post@steffenvogel.de>
2025-01-26 14:54:42 +00:00
Nick CaoandGitHub a3b5e4bcdb memorado: 0.4 -> 0.5 (#376861) 2025-01-26 09:54:30 -05:00
Nick CaoandGitHub 3d17cdba64 popeye: 0.21.6 -> 0.21.7 (#376867) 2025-01-26 09:53:35 -05:00
Nick CaoandGitHub 1911df10f5 packwiz: 0-unstable-2024-10-15 -> 0-unstable-2025-01-19 (#376872) 2025-01-26 09:52:36 -05:00