-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
equicord: 1.10.6 -> 1.10.8; add update script #364064
Conversation
5f145af
to
4e497ab
Compare
@JohnRTitor think you could merge this? We're lagging behind upstream a little bit. |
Thank you :) |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin staging-24.11
git worktree add -d .worktree/backport-364064-to-staging-24.11 origin/staging-24.11
cd .worktree/backport-364064-to-staging-24.11
git switch --create backport-364064-to-staging-24.11
git cherry-pick -x 7cd8111802d989f514ce61ea91151477ef5d134a 930c4ea2d7a9fce9fff266692befabd515ea4069 |
1 similar comment
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin staging-24.11
git worktree add -d .worktree/backport-364064-to-staging-24.11 origin/staging-24.11
cd .worktree/backport-364064-to-staging-24.11
git switch --create backport-364064-to-staging-24.11
git cherry-pick -x 7cd8111802d989f514ce61ea91151477ef5d134a 930c4ea2d7a9fce9fff266692befabd515ea4069 |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release-24.11
git worktree add -d .worktree/backport-364064-to-release-24.11 origin/release-24.11
cd .worktree/backport-364064-to-release-24.11
git switch --create backport-364064-to-release-24.11
git cherry-pick -x 7cd8111802d989f514ce61ea91151477ef5d134a 930c4ea2d7a9fce9fff266692befabd515ea4069 |
passthru.updateScript
Bumps Equicord and adds an update script.
We intentionally avoid the
tag
attribute, since it caused a build failure forme due to
finalAttrs.src.tag
missing.Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.