Commit Graph
744511 Commits
Author SHA1 Message Date
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
Victor Engmark 0c3dc743ef daggerfall-unity: Create symlink to executable in bin directory
Resolves #376877.
2025-01-26 17:42:25 +01:00
Victor Engmark 8d2a943951 daggerfall-unity: Link shortcut executable to main program
Makes it less likely to break if ever the program name changes.
2025-01-26 17:41:35 +01:00
Austin HorstmanandGitHub c0382579af fastfetch: 2.34.1 -> 2.35.0 (#377025) 2025-01-26 10:36:56 -06:00
R. Ryantm cf8c83b562 tigerbeetle: 0.16.21 -> 0.16.23 2025-01-26 16:32:28 +00: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
Peder Bergebakken Sundt d71e753dbb astroterm: correct versionCheckHook use 2025-01-26 17:07:02 +01:00
Peder Bergebakken Sundt 1217130d99 upbound: correct versionCheckHook use 2025-01-26 17:07:02 +01: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
Alyssa Ross 6e3c63efb0 async: remove
6 years since the last upstream commit.  Lockfile is too old for
fetchCargoVendor.
2025-01-26 16:59:49 +01:00
R. Ryantm 97b43465f7 rip2: 0.9.2 -> 0.9.3 2025-01-26 15:57:06 +00: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
Alyssa Ross 47a37942ad kakounePlugins.hop-kak: 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 16:39:33 +01:00
R. Ryantm 787497b843 flarectl: 0.113.0 -> 0.114.0 2025-01-26 15:34:52 +00: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