Merged
Conversation
The previos update script just used the last version of chromium that showed up at the bucket list at: http://commondatastorage.googleapis.com/chromium-browser-official/ I'm not sure which channel this list actually holds, so I'm going to switch now using the official release channels grabbed by omahaproxy. This also has the advantage that we can provide different versions/flavors of chromium. We now also write our data to sources.nix instead of source.nix, as we have more than one source.
This means that we now have hashes and URLs for the latest versions of chromium and can now work on integrating the changes into default.nix.
Switch to channel based sources and default to the "stable" channel.
The current stable version won't build if gyp can't use svnversion from the subversion package, so let's provide it for versions below 21.x.
As already promised, the old single-channel source.nix is now obsolete as we're using Omahaproxy now and the build of the stable version finishes successful and the browser runs fine.
Profpatsch
pushed a commit
that referenced
this pull request
Jun 20, 2020
ethancedwards8
pushed a commit
to ethancedwards8/nixpkgs
that referenced
this pull request
Apr 2, 2021
Adds support for ChunkWM
dezren39
added a commit
to developing-today-forks/nixpkgs
that referenced
this pull request
Oct 14, 2024
Hyphastorm
pushed a commit
to Hyphastorm/nixpkgs
that referenced
this pull request
Apr 1, 2025
K900
pushed a commit
to K900/nixpkgs
that referenced
this pull request
Aug 7, 2025
Don't mount swap twice
notklea
pushed a commit
to notklea/nixpkgs
that referenced
this pull request
Dec 1, 2025
software: Add OS icons for mobile clients
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Allow to configure the chromium release channel (stable, beta, dev) and alter the update script to fetch sha hashes of all current releases.