Commit Graph

28 Commits

Author SHA1 Message Date
R. Ryantm
8c14d67c7c obs-cmd: 1.0.0 -> 1.0.1 2026-07-21 15:28:19 +00:00
R. Ryantm
780c676b73 obs-cmd: 0.31.3 -> 1.0.0 2026-04-13 19:26:51 +00:00
R. Ryantm
0645cdc74a obs-cmd: 0.31.0 -> 0.31.3 2026-02-23 13:34:06 +00:00
nixpkgs-ci[bot]
fdfb1a1a2a obs-cmd: 0.20.1 -> 0.31.0 (#472485) 2026-02-09 13:56:38 +00:00
Casey Link
5c7579cd5c obs-cmd: adopt as maintainer 2026-02-09 08:57:39 +01:00
R. Ryantm
f8c00cfe6c obs-cmd: 0.20.1 -> 0.31.0 2026-01-07 11:09:05 +00:00
R. Ryantm
08982f4614 obs-cmd: 0.19.2 -> 0.20.1 2025-12-06 13:20:08 +00:00
Wolfgang Walther
c283f32d29 treewide: remove unused with
Auto-fixed by nixf-diagnose.
2025-10-05 10:50:41 +02:00
R. Ryantm
4c544f125f obs-cmd: 0.18.5 -> 0.19.2 2025-08-01 03:16:28 +00:00
TomaSajt
398b16e16c treewide: remove useFetchCargoVendor usages 2025-07-26 11:39:35 +02:00
R. Ryantm
bf0eb23a56 obs-cmd: 0.18.4 -> 0.18.5 2025-07-23 16:11:34 +00:00
emaryn
bb5109f89e obs-cmd: 0.18.2 -> 0.18.4
Diff: https://github.com/grigio/obs-cmd/compare/v0.18.2...v0.18.4

Changelog: https://github.com/grigio/obs-cmd/releases/tag/v0.18.4
2025-05-14 19:35:02 +08: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
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
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
R. Ryantm
9802baf3f4 obs-cmd: 0.18.1 -> 0.18.2 2025-01-12 13:59:30 +00:00
R. Ryantm
e4915f866f obs-cmd: 0.18.0 -> 0.18.1 2024-12-21 15:04:21 +00:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
R. Ryantm
73c94b5962 obs-cmd: 0.17.9 -> 0.18.0 2024-11-30 21:28:18 +00:00
Ian M. Jones
232ece2599 maintainers: remove ianmjones 2024-11-05 20:47:26 +00:00
R. Ryantm
bbbd930f12 obs-cmd: 0.17.8 -> 0.17.9 2024-10-19 20:00:49 +00:00
R. Ryantm
7de7a3b359 obs-cmd: 0.17.7 -> 0.17.8 2024-09-14 01:52:43 +00:00
R. Ryantm
6e1ce97123 obs-cmd: 0.17.6 -> 0.17.7 2024-09-02 02:23:45 +00:00
h7x4
7384b9abdc treewide: set meta.changelog 2024-07-07 15:20:06 +02:00
R. Ryantm
794fd46492 obs-cmd: 0.17.5 -> 0.17.6 2024-04-11 17:01:37 +00:00
R. Ryantm
f319e891ed obs-cmd: 0.17.4 -> 0.17.5 2024-03-26 14:27:43 +00:00
Ian M. Jones
8f02dc336a obs-cmd: init at 0.17.4 2024-03-05 22:43:33 +00:00