nixpkgs icon indicating copy to clipboard operation
nixpkgs copied to clipboard

vcsh: 2.0.8 -> 2.0.10

Open emaryn opened this issue 6 months ago • 2 comments

Diff: https://github.com/RichiH/vcsh/compare/v2.0.8...v2.0.10

Changelog: https://github.com/RichiH/vcsh/blob/v2.0.10/changelog

Things done

  • Built on platform(s)
    • [x] x86_64-linux
    • [ ] aarch64-linux
    • [ ] x86_64-darwin
    • [ ] aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • [ ] sandbox = relaxed
    • [ ] sandbox = true
  • [ ] Tested, as applicable:
  • [ ] Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • [ ] Tested basic functionality of all binary files (usually in ./result/bin/)
  • Nixpkgs 25.11 Release Notes (or backporting 24.11 and 25.05 Nixpkgs Release notes)
    • [ ] (Package updates) Added a release notes entry if the change is major or breaking
  • NixOS 25.11 Release Notes (or backporting 24.11 and 25.05 NixOS Release notes)
    • [ ] (Module updates) Added a release notes entry if the change is significant
    • [ ] (Module addition) Added a release notes entry if adding a new NixOS module
  • [x] Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other contributing documentation in corresponding paths.

Add a :+1: reaction to pull requests you find important.

emaryn avatar Jun 15 '25 22:06 emaryn

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 417075 Commit: 3da0e05cc7f110d2cae639e33d3b18ade6284e02


x86_64-linux

:white_check_mark: 3 packages built:
  • vcsh
  • vcsh.doc
  • vcsh.man

aarch64-linux

:white_check_mark: 3 packages built:
  • vcsh
  • vcsh.doc
  • vcsh.man

x86_64-darwin

:white_check_mark: 3 packages built:
  • vcsh
  • vcsh.doc
  • vcsh.man

aarch64-darwin

:white_check_mark: 3 packages built:
  • vcsh
  • vcsh.doc
  • vcsh.man

GaetanLepage avatar Jun 22 '25 17:06 GaetanLepage

Backport failed for release-25.05, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release-25.05
git worktree add -d .worktree/backport-417075-to-release-25.05 origin/release-25.05
cd .worktree/backport-417075-to-release-25.05
git switch --create backport-417075-to-release-25.05
git cherry-pick -x 2d808017a795d48ce668acf68cb75b0d192c8df7 c249aba29ec883896c21821ebaef26123bc0ae23

nixpkgs-ci[bot] avatar Jun 23 '25 16:06 nixpkgs-ci[bot]