This repository was archived by the owner on Sep 2, 2025. It is now read-only.
add update script with github actions#50
Open
omarcresp wants to merge 3 commits intoMarceColl:masterfrom
Open
Conversation
e2e2000 to
bec0443
Compare
Open
ch4og
approved these changes
Oct 7, 2024
ch4og
reviewed
Oct 7, 2024
Author
updated, removed the version file and replaced with the regex |
|
This is an important contribution and it seems the current owner is no longer interested in maintaining it so I just created a fork of this project for those who really want more activity. You can find it at https://github.com/0xc000022070/zen-browser-flake. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This pull request introduces a new GitHub Action workflow for automating updates to the Zen Browser, along with related changes to support this automation. The primary changes include the addition of the workflow file, modifications to the
flake.nixfile, and a new script for updating the Zen Browser version and hashes.Automation and workflow:
.github/workflows/zen-update.yml: Added a new GitHub Action workflow to automate the update process for Zen Browser. This workflow includes steps for checking out the repository, installing Nix, setting up a Nix cache, running the update script, and committing changes.Supporting changes:
update-zen-browser.sh: Added a new script to check for the latest Zen Browser release, update the version inflake.nix, and update the corresponding SHA256 hashes.flake.nix: Modified the format for specifying the download URLs and SHA256 hashes to simplify updates by the new script.version: Added a file to store the current version of Zen Browser being used, which is referenced by the update script.