mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-08 18:25:53 +02:00
gnu: ungoogled-chromium: Use git tag in ungoogled origin.
* gnu/packages/chromium.scm (%ungoogled-origin)[uri]: Use %UNGOOGLED-REVISION instead of commit identifier.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user