diff options
-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 |