From 365b0b55334ab61e73f368f142af7aa1c3a3d28a Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Fri, 2 Dec 2022 19:10:51 +0100 Subject: gnu: ungoogled-chromium: Use git tag in ungoogled origin. * gnu/packages/chromium.scm (%ungoogled-origin)[uri]: Use %UNGOOGLED-REVISION instead of commit identifier. --- gnu/packages/chromium.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gnu') 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 @@ (define %ungoogled-origin (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 -- cgit v1.2.3