diff options
author | Marius Bakke <marius@gnu.org> | 2022-12-02 19:10:51 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-12-02 19:10:51 +0100 |
commit | 365b0b55334ab61e73f368f142af7aa1c3a3d28a (patch) | |
tree | 72241768ce696904a14becbbcb0ae9aa79111203 | |
parent | 11b0670a9dfa5b67db84edc7758e653fc3f2c00a (diff) |
gnu: ungoogled-chromium: Use git tag in ungoogled origin.
* gnu/packages/chromium.scm (%ungoogled-origin)[uri]: Use %UNGOOGLED-REVISION
instead of commit identifier.
-rw-r--r-- | gnu/packages/chromium.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm index 3d1ba7c5c3..837a2a7593 100644 --- a/gnu/packages/chromium.scm +++ b/gnu/packages/chromium.scm @@ -326,9 +326,7 @@ (origin (method git-fetch) (uri (git-reference (url "https://github.com/Eloston/ungoogled-chromium") - ;; XXX: Use a raw commit because it has not been - ;; tagged yet. - (commit "352a8844b01a05a786ba76da599d106487f1533f"))) + (commit %ungoogled-revision))) (file-name (git-file-name "ungoogled-chromium" %ungoogled-revision)) (sha256 (base32 |