Skip to content

cromite: 137.0.7151.56 -> 137.0.7151.72#415840

Merged
JohnRTitor merged 1 commit intoNixOS:masterfrom
r-ryantm:auto-update/cromite
Jun 11, 2025
Merged

cromite: 137.0.7151.56 -> 137.0.7151.72#415840
JohnRTitor merged 1 commit intoNixOS:masterfrom
r-ryantm:auto-update/cromite

Conversation

@r-ryantm
Copy link
Contributor

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for cromite is: Bromite fork with ad blocking and privacy enhancements

meta.homepage for cromite is: https://github.com/uazo/cromite

meta.changelog for cromite is: https://github.com/uazo/cromite/releases

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 137.0.7151.72 with grep in /nix/store/m262q9wydm65lm5613r1gsl6vn9cc0iw-cromite-137.0.7151.72
  • found 137.0.7151.72 in filename of file in /nix/store/m262q9wydm65lm5613r1gsl6vn9cc0iw-cromite-137.0.7151.72

Rebuild report (if merged into master) (click to expand)
2 total rebuild path(s)

2 package rebuild(s)

First fifty rebuilds by attrpath

cromite
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/m262q9wydm65lm5613r1gsl6vn9cc0iw-cromite-137.0.7151.72 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A cromite https://github.com/r-ryantm/nixpkgs/archive/c17cb0bfbd14435e9ef566b7b3be05f21ff5ee00.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/c17cb0bfbd14435e9ef566b7b3be05f21ff5ee00#cromite

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/m262q9wydm65lm5613r1gsl6vn9cc0iw-cromite-137.0.7151.72
ls -la /nix/store/m262q9wydm65lm5613r1gsl6vn9cc0iw-cromite-137.0.7151.72/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review


x86_64-linux

✅ 1 package built:
  • cromite

Maintainer pings

cc @emaryn for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@github-actions github-actions bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. labels Jun 11, 2025
@nix-owners nix-owners bot requested a review from a user June 11, 2025 12:24
@JohnRTitor JohnRTitor merged commit a91c10f into NixOS:master Jun 11, 2025
15 of 18 checks passed
@JohnRTitor JohnRTitor added 1.severity: security Issues which raise a security issue, or PRs that fix one backport release-24.11 labels Jun 11, 2025
@nixpkgs-ci
Copy link
Contributor

nixpkgs-ci bot commented Jun 11, 2025

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

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

git fetch origin release-24.11
git worktree add -d .worktree/backport-415840-to-release-24.11 origin/release-24.11
cd .worktree/backport-415840-to-release-24.11
git switch --create backport-415840-to-release-24.11
git cherry-pick -x a91c10f29aa01ce3b4f28ff7eaea94d470a93ccb

@nixpkgs-ci
Copy link
Contributor

nixpkgs-ci bot commented Jun 11, 2025

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-415840-to-release-25.05 origin/release-25.05
cd .worktree/backport-415840-to-release-25.05
git switch --create backport-415840-to-release-25.05
git cherry-pick -x a91c10f29aa01ce3b4f28ff7eaea94d470a93ccb

@ghost ghost removed their request for review June 11, 2025 13:30
@LeSuisse
Copy link
Member

@JohnRTitor Do you intent to handle the backport to the stable branches?

@LeSuisse LeSuisse added 9.needs: port to stable A PR needs a backport to the stable release. and removed backport release-24.11 labels Jun 11, 2025
@JohnRTitor
Copy link
Member

JohnRTitor commented Jun 11, 2025

Yes, I am, this needs backporting to 25.05 as it doesn't exist on 24.11 release.

#413020 looks like the only maintainer wants to drop maintainership and remove the package. Honestly we can merge the removal PR (I didn't yet as I wanted to see how #415695 would play out).

@r-ryantm r-ryantm deleted the auto-update/cromite branch June 12, 2025 00:22
@mdaniels5757 mdaniels5757 added 8.has: port to stable This PR already has a backport to the stable release. and removed 9.needs: port to stable A PR needs a backport to the stable release. labels Jun 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1.severity: security Issues which raise a security issue, or PRs that fix one 8.has: port to stable This PR already has a backport to the stable release. 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants