Commit Graph
745658 Commits
Author SHA1 Message Date
Alyssa Ross a9ca326416 sile: 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.

The dontConfigure line can be removed in staging, as it's the default
there.
2025-01-30 16:23:05 +01:00
Alyssa Ross 4abf4c9150 clash-verge-rev: 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-30 16:15:20 +01:00
Doron BeharandGitHub 0c3f6ec475 tectonic-unwrapped: useFetchCargoVendor (#378003) 2025-01-30 17:13:32 +02:00
SandroandGitHub b4b31ad456 elmerfem: fix build (#377826) 2025-01-30 16:12:19 +01:00
Alyssa Ross 5154fd685c gg-jj: 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.
2025-01-30 16:11:33 +01:00
Alyssa Ross b19c3c88b1 gg-jj: use a patch to enable native-tls
The previous patch was impure, because native-tls and its dependencies
weren't locked, and so Cargo would fetch the latest possible versions
from the network.  This meant that the gg-jj.cargoDeps FOD was broken
since the first time native-tls or one of its dependencies released a
new version.  To do this reproducibly we need to include all the added
dependencies in the lockfile.
2025-01-30 16:11:33 +01:00
Maximilian BoschandGitHub 50dd4e360b Merge: postgresqlPackages.citus: 12.1.6 -> 13.0.0 (#377681) 2025-01-30 16:09:00 +01:00
Sefa EyeogluandGitHub 665c0b8c07 turn-rs: revert 3.3.2 back to 3.2.0; useFetchCargoVendor (#378002) 2025-01-30 16:08:07 +01:00
Robert SchützandGitHub a4a6f50e15 immich: 1.125.6 -> 1.125.7 (#377796) 2025-01-30 06:59:55 -08:00
Alyssa Ross 8ae0f3428b tectonic-unwrapped: 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-30 15:58:25 +01:00
Alyssa Ross d3f1aa43e6 turn-rs: 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-30 15:50:45 +01:00
Alyssa Ross 7eed5cda8d python3Packages.wasmerPackages: 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.
2025-01-30 15:50:16 +01:00
Alyssa Ross 04a8526d22 Revert "turn-rs: 3.2.0 -> 3.3.2"
This reverts commit e3967be411.

The 3.3.2 tag appears to have been deleted before Hydra had a chance
to fetch it.  Revert to a version that we can actually build.  (An
attempt to update to 3.3.3 is currently stuck with failing CI.)
2025-01-30 15:49:42 +01:00
Alyssa Ross d129c13561 cargo-tarpaulin: 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-30 15:48:23 +01:00
Alyssa Ross e3837994a7 gbl: remove 2025-01-30 15:44:16 +01:00
Alyssa Ross c4dbdcbcaa swayws: update source hash
Upstream sadly decided to fix the incorrect Cargo.lock we were
applying a patch for by rewriting the tag. :(

Diff of sources before and after:

diff --git 1/nix/store/yh0jcja9psq44dlis8jw93s62bfah5ys-source/Cargo.lock 2/nix/store/0l9wq5fxgxhaq0pp7p0yd38815x8rbqy>
index f01f824..e00d079 100644
--- 1/nix/store/yh0jcja9psq44dlis8jw93s62bfah5ys-source/Cargo.lock
+++ 2/nix/store/0l9wq5fxgxhaq0pp7p0yd38815x8rbqy-source/Cargo.lock
@@ -328,7 +328,7 @@ dependencies = [

 [[package]]
 name = "swayws"
-version = "1.1.1"
+version = "1.2.0"
 dependencies = [
  "clap",
  "env_logger",
2025-01-30 15:42:36 +01:00
Alyssa Ross 9ac22a2bb0 powerline-rs: remove
Author passed away in 2021.

Link: https://www.redox-os.org/news/open-source-mental-health/
2025-01-30 15:39:42 +01:00
Alyssa Ross 6b15903c6f vdhcoapp: 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-30 15:37:58 +01:00
Alyssa Ross d5d4a123b6 stalwart-cli: 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-30 15:26:11 +01:00
Alyssa Ross e22b7d9a91 rustywind: update source hashes
Upstream has confirmed that this was on purpose, and that it won't
happen again.

Link: https://github.com/avencera/rustywind/issues/114
Closes: https://github.com/NixOS/nixpkgs/issues/376085
2025-01-30 15:14:40 +01:00
Alyssa Ross 1cc4133c5b rustdesk-flutter: 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-30 15:14:12 +01:00
Martin WeineltandGitHub b10274be81 isd: init at 0.2.0 (#377289) 2025-01-30 15:09:31 +01:00
Alyssa Ross 08b776451c orz: 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-30 15:08:19 +01:00
Alyssa Ross a359955d8f orz: 1.6.2 -> 1.6.2-unstable-2024-11-08
Last upstream release was in 2020.  Untested, but required for
fetchCargoVendor compatibility.
2025-01-30 15:08:19 +01:00
Alyssa Ross 51a58070e8 licensor: remove
2 years since the last upstream commit.  Lockfile is too old for
fetchCargoVendor.
2025-01-30 15:07:38 +01:00
Alyssa Ross 685fc65c3d clock-rs: use 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.
2025-01-30 15:06:48 +01:00
Doron BeharandGitHub 18ddc59a45 wxmaxima: 24.11.0 -> 25.01.0 (#377963) 2025-01-30 16:05:00 +02:00
Alyssa Ross 8762c59a75 epick: use 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.
2025-01-30 15:03:55 +01:00
Maximilian BoschandGitHub 06d633e659 Merge: epson-escpr2: 1.2.25 -> 1.2.26 (#377813) 2025-01-30 14:41:08 +01:00
Christina SørensenandGitHub fcd125e77d eza: 0.20.18 -> 0.20.19 (#377918) 2025-01-30 14:39:08 +01:00
Jonas HeinrichandGitHub e26ae8d6b4 brlaser: Fix cross compilation (#377737) 2025-01-30 13:57:13 +01:00
Gaétan LepageandGitHub 14e0a56916 python3Packages.diffusers: 0.30.3 -> 0.31.0 (#355152) 2025-01-30 13:44:21 +01:00
R. Ryantm a232e336c9 wxmaxima: 24.11.0 -> 25.01.0 2025-01-30 12:38:37 +00:00
Gaétan LepageandGitHub 5224d91ed1 python312Packages.torch: update git submodule unroller (#377956) 2025-01-30 12:57:20 +01:00
8bf76a02eb sane-airscan: 0.99.31 -> 0.99.32 (#377870)
Co-authored-by: zaninime <zaninime@users.noreply.github.com>
2025-01-30 11:44:59 +00:00
Ulrik StridandGitHub 006a5f3ee4 ocamlPackages: a few fixes for OCaml 5.3 (#377543) 2025-01-30 12:24:17 +01:00
Isidor Zeuner 407c45fccb python312Packages.torch: update git submodule unroller 2025-01-30 12:23:40 +01:00
7c6f434candGitHub 036f54e749 remind: 05.02.02 -> 05.02.03 (#377947) 2025-01-30 11:16:26 +00:00
Gaétan LepageandGitHub e2b93da896 halide: 18.0.0 -> 19.0.0 (#375175) 2025-01-30 12:10:55 +01:00
Gaétan LepageandGitHub 485ead0a6d qbittorrent-cli: init at v1.8.24285.1 (#376403) 2025-01-30 12:06:53 +01:00
SandroandGitHub 70718c913b parallel-ssh: init at 2.13.0 with dependencies (#375143) 2025-01-30 12:05:12 +01:00
R. RyantmandMasum Reza 3571dc0df0 hyprlandPlugins.hyprsplit: 0.46.2 -> 0.47.0 2025-01-30 16:33:39 +05:30
Pedro Alves da4b0d1e44 qbittorrent-cli: init at v1.8.24285.1 2025-01-30 10:55:47 +00:00
Donovan GloverandGitHub 8411d67bf1 grimblast: 0.1-unstable-2024-12-01 -> 0.1-unstable-2025-01-29 (#377944) 2025-01-30 10:45:03 +00:00
10a528b356 rewatch: 1.0.9 -> 1.0.10 (#377942)
Co-authored-by: r17x <hi@rin.rocks>
2025-01-30 10:44:02 +00:00
648e6522db nezha-theme-admin: 1.6.2 -> 1.6.4 (#377943)
Co-authored-by: Moraxyc <Moraxyc@users.noreply.github.com>
2025-01-30 10:42:43 +00:00
R. Ryantm 7c831709b2 remind: 05.02.02 -> 05.02.03 2025-01-30 10:39:59 +00:00
EmilyandGitHub 66ce28301c feishin: 1.12.1 -> 1.12.2 (#377468) 2025-01-30 11:32:54 +01:00
R. Ryantm 2af2ea9228 grimblast: 0.1-unstable-2024-12-01 -> 0.1-unstable-2025-01-29 2025-01-30 10:27:35 +00:00
RamsesandGitHub 823a05829f nixos/activation: pass the action as an argument to the pre-switch-checks (#377526) 2025-01-30 11:25:33 +01:00