Commit Graph

108 Commits

Author SHA1 Message Date
R. Ryantm
1fec87914d zoekt: 3.7.2-2-unstable-2025-03-25 -> 3.7.2-2-unstable-2025-04-15 2025-04-16 15:34:57 +00:00
Winter
a19cd4ffb1 Revert "treewide: replace rev with tag"
This reverts commit 65a333600d.

This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.

It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).

A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.

[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e458
2025-04-08 02:57:25 -04:00
Pol Dellaiera
65a333600d treewide: replace rev with tag 2025-04-07 16:57:22 +02:00
R. Ryantm
f8758c51c9 zoekt: 3.7.2-2-unstable-2025-02-21 -> 3.7.2-2-unstable-2025-03-25 2025-03-27 06:46:40 +00:00
R. Ryantm
6a2b2d0844 zoraxy: 3.1.8 -> 3.1.9 2025-03-25 17:24:49 +00:00
Peder Bergebakken Sundt
fe6ccf926f
zoraxy: 3.1.1 -> 3.1.8 (#383418) 2025-03-20 04:12:20 +01:00
gs-101
902559691f zotero: 7.0.11 -> 7.0.15 2025-03-18 09:39:20 -03:00
Juul-Mc-Goa
801c1a0d16 zotero-beta: fix linux rpath 2025-03-16 00:28:43 +01:00
Juul-Mc-Goa
6fd0026bbb zotero: fix linux rpath
Change library path from `${stdenv.cc.cc.lib}/lib64` to `${stdenv.cc.cc.lib}/lib`
2025-03-15 23:39:29 +01:00
Sigmanificient
e6fe6f4b7c treewide: remove unused rec expressions 2025-03-13 21:34:05 +01:00
Sandro
b33a84fdda
zoom-us: 6.3.10.7150 -> 6.3.11.7212 (#386670) 2025-03-12 23:46:19 +01:00
R. Ryantm
e1efb27a38 zoom-us: 6.3.10.7150 -> 6.3.11.7212 2025-03-03 10:35:19 +00:00
R. Ryantm
874e3b67c1 zoekt: 3.7.2-2-unstable-2025-02-17 -> 3.7.2-2-unstable-2025-02-21 2025-03-03 09:01:28 +00:00
Wolfgang Walther
541fbe698a
zoom-us: 6.3.6.6315 -> 6.3.10.7150 (#369514) 2025-02-25 18:55:39 +01:00
luftmensch-luftmensch
788911b90c
zoraxy: 3.1.1 -> 3.1.8 2025-02-19 17:08:11 +01:00
R. Ryantm
2a3c600af8 zoom-us: 6.3.6.6315 -> 6.3.10.7150 2025-02-18 11:05:34 +00:00
R. Ryantm
5f8fb9bc14 zoekt: 3.7.2-2-unstable-2025-02-02 -> 3.7.2-2-unstable-2025-02-17 2025-02-18 09:22:06 +00:00
R. Ryantm
8b55618ed9 zola: 0.19.2 -> 0.20.0 2025-02-15 03:31:05 +00:00
Philip Taron
b9c01f187f
zoom-us: fix memory usage bug, add test, update (#381281) 2025-02-14 09:43:07 -08:00
R. Ryantm
4357610c85 zoom-us: 6.2.11.5069 -> 6.3.6.6315 2025-02-12 20:27:18 +01:00
Yarny0
3f58227a38 zoom-us (x86-64): don't touch the core zoom binary
Without the commit at hand, zoom-us stops working
and instead simply maxes out RAM when updated
from version 6.2.11.5069 to version 6.3.0.5527 .

https://github.com/NixOS/nixpkgs/issues/371488

Some experimenting yielded these observations
regarding newer (problematic) zoom-us versions on NixOS:
* They still work if started via flatpak
  (which creates a virtual FHS-compatible environment)
* They still work if started with `buildFHSEnv`
  with all libraries provided in `multiPkgs`.
* They still work if the unmodified zoom binary is started
  by manually invoking the `ld-linux` elf interpreter.
  However, this again requires that libraries
  are available via `LD_PRELOAD_PATH`.

It seems very much that the `patchelf --set-interpreter`
call on the `zoom` binary breaks something inside the binary.
The commit at hand removes `zoom` from the
list of binaries that are to be patched.
To ensure that program can still be executed, the `makeWrapper`
call (which is already there to wrap `zoom`) is extended
such that is explicitely uses the elf interpreter.

Unfortunatelly, when zoom tries to find its data
files (e.g. ring tones), it determines its
data directory by looking at `/proc/self/exe`.
If we start zoom by calling the elf interpreter,
`/proc/self/exe` acutally points to that interpreter.
The only solution is to copy the
interpreter into the zoom data directory
(a symlink isn't enough here).
2025-02-12 20:27:18 +01:00
Yarny0
7b30dbddcc zoom-us: provide pipewire program to fix error message
Without `pipewire` being in PATH, zoom complains

> sh: pipewire: not found
2025-02-12 20:26:37 +01:00
Yarny0
40f9597859 zoom-us: add simple test
This test starts zoom with an Xvfb X server and
verifies that the "Zoom Workplace" window is created.
zoom is started with `prlimit` to avoid problems like
https://github.com/NixOS/nixpkgs/issues/371488 .

Note: During my experiments, it turned out that if certain
libraries are missing (I don't recall which ones),
then zoom still opens its Workplace window,
then immediatelly closes it again.
To reduce the likelihood of the test passing in
that scenario, another "sleep 20" is included.
2025-02-12 19:50:37 +01:00
Anderson Torres
cab2a1296e
treewide: remove AndersonTorres from maintainers
As I said before, I want to keep a narrow focus on Nixpkgs. Now that I am back
at undergrad, this focus should be even narrower: I will keep my eyes on Emacs,
and nothing else.
2025-02-12 00:36:02 -03:00
Jost Alemann
8d4f14e20d zoxide: 0.9.6 -> 0.9.7 2025-02-09 23:37:11 +01:00
Jost Alemann
19a096fe9f zotero: 7.0.10 -> 7.0.11 2025-02-09 20:30:17 +01:00
nixpkgs-merge-bot[bot]
7d51e9a67e
zoekt: 3.7.2-2-unstable-2025-01-21 -> 3.7.2-2-unstable-2025-02-02 (#379297)
Co-authored-by: AndersonTorres <torres.anderson.85@protonmail.com>
2025-02-07 00:32:22 +00:00
R. Ryantm
67f984afa0 zoekt: 3.7.2-2-unstable-2025-01-21 -> 3.7.2-2-unstable-2025-02-02 2025-02-04 08:40:58 +00:00
Alyssa Ross
502c77492b
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/applications/editors/vim/plugins/non-generated/avante-nvim/default.nix
	pkgs/applications/editors/vim/plugins/non-generated/cord-nvim/default.nix
	pkgs/applications/version-management/git-stack/default.nix
	pkgs/by-name/bo/boxbuddy/package.nix
	pkgs/by-name/ca/capnproto-rust/package.nix
	pkgs/by-name/ca/cargo-binstall/package.nix
	pkgs/by-name/ca/cargo-deb/package.nix
	pkgs/by-name/ca/cargo-modules/package.nix
	pkgs/by-name/cl/clapboard/package.nix
	pkgs/by-name/do/dotslash/package.nix
	pkgs/by-name/fe/felix-fm/package.nix
	pkgs/by-name/gi/gitlab-ci-ls/package.nix
	pkgs/by-name/go/gotify-desktop/package.nix
	pkgs/by-name/ha/handlr-regex/package.nix
	pkgs/by-name/ir/iroh/package.nix
	pkgs/by-name/ma/manga-tui/package.nix
	pkgs/by-name/ob/obs-cmd/package.nix
	pkgs/by-name/ox/oxlint/package.nix
	pkgs/by-name/pi/pik/package.nix
	pkgs/by-name/re/reindeer/package.nix
	pkgs/by-name/rn/rnr/package.nix
	pkgs/by-name/ro/routinator/package.nix
	pkgs/by-name/rw/rwpspread/package.nix
	pkgs/by-name/sk/skim/package.nix
	pkgs/by-name/so/sope/package.nix
	pkgs/by-name/so/soteria/package.nix
	pkgs/by-name/sp/spacer/package.nix
	pkgs/by-name/st/stylance-cli/package.nix
	pkgs/by-name/su/subxt/package.nix
	pkgs/by-name/sw/swayfx-unwrapped/package.nix
	pkgs/by-name/te/television/package.nix
	pkgs/by-name/to/toast/package.nix
	pkgs/by-name/wa/wastebin/package.nix
	pkgs/by-name/wi/wit-bindgen/package.nix
	pkgs/by-name/wo/workshop-runner/package.nix
	pkgs/development/interpreters/wasmtime/default.nix
	pkgs/development/tools/rust/cargo-edit/default.nix
	pkgs/development/tools/sentry-cli/default.nix
	pkgs/misc/t-rec/default.nix
	pkgs/tools/video/yaydl/default.nix
2025-01-26 14:55:08 +01:00
R. Ryantm
11b7e7d79f zoekt: 3.7.2-2-unstable-2025-01-08 -> 3.7.2-2-unstable-2025-01-21 2025-01-23 22:28:39 +00:00
Alyssa Ross
63bff8c132
treewide: migrate to fetchCargoVendor, batch 1
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.

It should be possible to reproduce this diff.  To do so, get the list
of files changed by this commit, e.g. with git diff --name-only, then
run the following two commands, each with that list of files as their
standard input:

	xargs sed -i 's/^\(. *\)\(cargoHash\)\b/\1useFetchCargoVendor = true;\n\1cargoHash/'
	cut -d / -f 4 | xargs -n 1 nix-update --version=skip

This will take a long time.  It might be possible to parallelize it
using xargs' -P option.  I haven't tested it.
2025-01-23 11:46:43 +01:00
nixpkgs-ci[bot]
3512333283
Merge staging-next into staging 2025-01-17 12:34:27 +00:00
Peder Bergebakken Sundt
b09e931798 treewide: run ./maintainers/scripts/update_redirected_urls.sh 2025-01-17 04:46:25 +01:00
K900
fd0beea84e Merge remote-tracking branch 'origin/staging-next' into staging 2025-01-16 09:07:19 +03:00
nixpkgs-merge-bot[bot]
b493c8eb7b
zoekt: 3.7.2-2-unstable-2024-12-18 -> 3.7.2-2-unstable-2025-01-08 (#372570)
Co-authored-by: AndersonTorres <torres.anderson.85@protonmail.com>
2025-01-15 13:06:28 +00:00
github-actions[bot]
008195f69b
Merge staging-next into staging 2025-01-10 18:05:24 +00:00
Sergio Scabuzzo
fa4a76acc7
zoom-us: 6.3.1.5673 -> 6.2.11.5069 (x86_64-linux only)
Downgrade the version of Zoom on x86_64-linux due to OOM issues
2025-01-10 09:26:36 -08:00
R. Ryantm
98aebc56ad zoekt: 3.7.2-2-unstable-2024-12-18 -> 3.7.2-2-unstable-2025-01-08 2025-01-10 07:03:32 +00:00
Pol Dellaiera
ad0ad61096 zoekt: replace git with gitMinimal 2025-01-09 21:03:31 +01:00
Peder Bergebakken Sundt
0cd04d3036 treewide: migrate fetchgit rev = "refs/tags/..." to tag 2025-01-04 00:19:17 +01:00
Austin Horstman
26d247b462
treewide: unpin apple-sdk_11 t-z 2025-01-02 21:33:42 -06:00
Philip Taron
60c7e52f9f
zoom-us: 6.3.0.* -> 6.3.1.* 2025-01-02 10:13:42 -08:00
Weijia Wang
6734dfbc9e
zoekt: 3.7.2-2-unstable-2024-12-09 -> 3.7.2-2-unstable-2024-12-18 (#366931) 2025-01-01 00:22:20 +01:00
K900
48fcb81021 Merge remote-tracking branch 'origin/master' into staging-next 2024-12-21 21:08:36 +03:00
R. Ryantm
b0c9262a26 zoom-us: 6.2.11.5069 -> 6.3.0.5527 2024-12-20 22:24:30 +00:00
R. Ryantm
cf37a49657 zoekt: 3.7.2-2-unstable-2024-12-09 -> 3.7.2-2-unstable-2024-12-18 2024-12-20 20:40:30 +00:00
github-actions[bot]
79b879a7b0
Merge master into staging-next 2024-12-17 00:15:40 +00:00
Aaron Jheng
cb34fe7ccb
zon2nix: fix build on Darwin 2024-12-14 13:11:42 +08:00
github-actions[bot]
da49cc09b4
Merge master into staging-next 2024-12-12 06:05:10 +00:00
nixpkgs-merge-bot[bot]
5f6ed02c09
zoekt: 3.7.2-2-unstable-2024-10-24 -> 3.7.2-2-unstable-2024-12-09 (#363818) 2024-12-12 01:19:03 +00:00