Commit Graph
747380 Commits
Author SHA1 Message Date
Hraban Luyat 0cba8ebde6 sbcl: 2.5.0 -> 2.5.1 2025-01-31 12:07:58 -05:00
Jörg ThalheimandGitHub 849fc1bfad treewide: remove uses of now-removed nixUnstable (#378267) 2025-01-31 21:12:36 +07:00
Tom Fitzhenry dd5617fef7 treewide: remove uses of now-removed nixUnstable
nixUnstable was removed in 2b4e18f3d4
but is still referred to from a variety of places, including Hydra's
cross-trunk jobset:

```
in job ‘armv7l-hf.nixUnstable.aarch64-linux’:
error:
       … while evaluating a branch condition
         at /nix/store/m549zq6lcl10d1jqcdgcdaxxj9xdhxfv-source/lib/customisation.nix:479:5:
          478|     in
          479|     if drv == null then null else deepSeq drv' drv';
             |     ^
          480|

       … in the left operand of the update (//) operator
         at /nix/store/m549zq6lcl10d1jqcdgcdaxxj9xdhxfv-source/lib/meta.nix:43:9:
           42|   addMetaAttrs = newAttrs: drv:
           43|     drv // { meta = (drv.meta or {}) // newAttrs; };
             |         ^
           44|

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: nixUnstable has been removed. For bleeding edge (Nix
       master, roughly weekly updated) use nixVersions.git, otherwise
       use nixVersions.latest.
```
2025-02-01 00:27:50 +11:00
nixpkgs-ci[bot]andGitHub 0931f1dcef Merge staging-next into staging 2025-01-31 12:06:24 +00:00
Vladimír Čunát 4a66c00fcb python3Packages.waitress: disable tests on aarch64-darwin
I forgot to `git add` this part in 864b2a12b9 🤦
2025-01-31 10:47:37 +01:00
Alyssa Ross dffcaaaa64 Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/applications/virtualization/crosvm/default.nix
	pkgs/by-name/as/ast-grep/package.nix
	pkgs/by-name/ca/cargo-mobile2/package.nix
	pkgs/by-name/cl/clang-tidy-sarif/package.nix
	pkgs/by-name/gg/gg-jj/package.nix
	pkgs/by-name/gi/git-warp-time/package.nix
	pkgs/by-name/je/jellyfin-rpc/package.nix
	pkgs/by-name/ne/netbox2netshot/package.nix
	pkgs/by-name/sy/sydbox/package.nix
	pkgs/by-name/te/television/package.nix
	pkgs/development/python-modules/tinytuya/default.nix
2025-01-31 10:23:31 +01:00
Vladimír Čunát 864b2a12b9 python3Packages.waitress: disable tests on darwin
Let's just unblock the dependents.  I'm tired of these errors.
https://hydra.nixos.org/build/286270226#tabs-buildsteps

(cherry picked from commit 9a9e7a1adb21fde707 but expanded to all darwin)
https://hydra.nixos.org/build/287031598/nixlog/1/tail
https://hydra.nixos.org/build/287007661/nixlog/1/tail
2025-01-31 10:17:02 +01:00
Vladimír Čunát c3c1643d8a libgccjit, gccgo*: remove a reflexive symlink
https://hydra.nixos.org/build/286689241/nixlog/7/tail
https://hydra.nixos.org/build/287154953/nixlog/1/tail

Feel free to improve this ;-)
2025-01-31 10:11:35 +01:00
Arne KellerandGitHub 4e5fe0f593 luci-go: init at 0-unstable-2024-10-31 (#362006) 2025-01-31 10:09:01 +01:00
Gaétan LepageandGitHub 22b5fc9b15 ast-grep: 0.33.1 -> 0.34.3 (#378217) 2025-01-31 09:56:09 +01:00
Pol DellaieraandGitHub a5318ffadc phpExtensions.relay: 0.7.0 -> 0.10.0 (#378124) 2025-01-31 09:19:15 +01:00
Gaétan LepageandGitHub 27d7eabc4d ankama-launcher: 3.12.30 -> 3.12.31 (#378220) 2025-01-31 09:12:51 +01:00
Sefa EyeogluandGitHub 046c5f65c3 factorio, factorio-experimental: 2.0.28 -> 2.0.32 (#375804) 2025-01-31 09:10:07 +01:00
Alyssa Ross de2cffc1a2 alass: remove
4 years since the last upstream commit.
2025-01-31 09:02:10 +01:00
Alyssa Ross 7a224dc931 sub-batch: remove alass support
alass is going to be removed for being abandoned upstream.
2025-01-31 09:02:10 +01:00
Alyssa Ross 50c6dfe53e mpvScripts.autosubsync-mpv: alass -> ffsubsync
alass is going to be removed for being abandoned upstream.
2025-01-31 09:02:10 +01:00
Alyssa Ross e2807b247e decasify: 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-31 08:58:20 +01:00
Alyssa Ross 823bb084b5 git-warp-time: 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-31 08:57:26 +01:00
Alyssa Ross 0481dd881f stalwart-mail.webadmin: 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-31 08:56:05 +01:00
Alyssa Ross 46f322e8bd samply: use importCargoLock
Cargo 1.84.0 seems to have changed the output format of cargo vendor
again, once again invalidating fetchCargoTarball FOD hashes.  Most
packages can just enable useFetchCargoVendor and regenerate their
hashes, but this one hits a fetchCargoVendor edge case, so the only
safe mechanism post-1.84.0 is importCargoLock.
2025-01-31 08:55:31 +01:00
Peder Bergebakken SundtandAlyssa Ross 4aa531c175 pagefind: fix build 2025-01-31 08:53:57 +01:00
Alyssa Ross ece31b10a9 pagefind: 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-31 08:53:57 +01:00
Gaetan Lepage 3bd87e94b6 ankama-launcher: 3.12.30 -> 3.12.31 2025-01-31 08:49:43 +01:00
Gaétan LepageandGitHub 99f315bd7e nyan: init at 0.3.1 (#373312) 2025-01-31 08:45:54 +01:00
ZHAO Jin-Xiang 37b69d35c7 ast-grep: 0.33.1 -> 0.34.3 2025-01-31 15:22:41 +08:00
Pol DellaieraandGitHub c2e1803ad6 ruff: 0.9.3 -> 0.9.4 (#378148) 2025-01-31 07:54:36 +01:00
Connor BakerandGitHub 8a2dfc70b0 doc: add redirect for no-broken-symlinks.sh (#378074) 2025-01-30 22:25:03 -08:00
2b9e236abe buf: 1.49.0 -> 1.50.0 (#375510)
Co-authored-by: aaronjheng <aaronjheng@users.noreply.github.com>
2025-01-31 06:10:42 +00:00
933a2cda24 mirrord: 3.129.0 -> 3.131.2 (#378202)
Co-authored-by: aaronjheng <aaronjheng@users.noreply.github.com>
2025-01-31 06:09:55 +00:00
R. Ryantm 9611e0db94 mirrord: 3.129.0 -> 3.131.2 2025-01-31 05:22:15 +00:00
lassulusandGitHub 7088844f1d ergochat: 2.14.0 -> 2.15.0 (#376972) 2025-01-31 05:44:37 +01:00
Robert SchützandGitHub 9189ac1828 python312Packages.sense-energy: 0.13.4 -> 0.13.5 (#378191) 2025-01-30 20:26:24 -08:00
R. Ryantm 4244590a82 python312Packages.sense-energy: 0.13.4 -> 0.13.5 2025-01-31 04:00:53 +00:00
zowoq 615530d5f1 terraform-providers.cloudflare: 4.48.0 -> 4.51.0 2025-01-31 13:45:01 +10:00
ColinandGitHub 5f6f520c92 nautilus-python: fix cross build (#377625) 2025-01-31 01:56:15 +00:00
R. Ryantmandzowoq f3bcd5a335 terraform-providers.aws: 5.80.0 -> 5.84.0 2025-01-31 11:39:40 +10:00
R. Ryantmandzowoq ebff936aca terraform-providers.alicloud: 1.239.0 -> 1.242.0 2025-01-31 11:39:25 +10:00
R. Ryantmandzowoq d34db0ddc1 terraform-providers.google: 6.13.0 -> 6.17.0 2025-01-31 11:39:12 +10:00
R. Ryantmandzowoq bcdd67af75 terraform-providers.snowflake: 0.99.0 -> 1.0.2 2025-01-31 11:38:49 +10:00
R. Ryantmandzowoq 5bb523b499 terraform-providers.gitlab: 17.6.1 -> 17.8.0 2025-01-31 11:38:35 +10:00
R. Ryantmandzowoq 65cdbe1529 terraform-providers.mongodbatlas: 1.22.0 -> 1.25.0 2025-01-31 11:38:00 +10:00
R. Ryantmandzowoq 6911d0e64b terraform-providers.btp: 1.8.0 -> 1.9.0 2025-01-31 11:37:47 +10:00
R. Ryantmandzowoq 5e76839ac9 terraform-providers.azurerm: 4.14.0 -> 4.16.0 2025-01-31 11:37:35 +10:00
R. Ryantmandzowoq 92372e9e30 gh: 2.65.0 -> 2.66.0 2025-01-31 11:36:35 +10:00
Ethan Carter Edwards 62de26dd88 nyan: init at 0.3.1
Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
2025-01-30 20:30:29 -05:00
Bobby RongandGitHub d8a92f0cf1 xfce.xfce4-whiskermenu-plugin: 2.8.4 -> 2.9.0 (#378007) 2025-01-31 09:01:44 +08:00
Nick CaoandGitHub 4ec4f8b1e9 ada: 2.9.2 -> 3.0.0 (#378160) 2025-01-30 19:28:52 -05:00
YtandGitHub 99b0506f8f python312Packages.huggingface-hub: 0.27.1 -> 0.28.1, python312Packages.transformers: 4.48.1 -> 4.48.2 (#378039) 2025-01-30 19:15:17 -05:00
Gaétan LepageandGitHub cc038f1037 rattler-build: 0.34.1 -> 0.35.6 (#376110) 2025-01-31 00:44:22 +01:00
Nick CaoandGitHub d3804e6e64 mysql-workbench: 8.0.40 -> 8.0.41 (#377815) 2025-01-30 18:32:06 -05:00