mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05: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:
parent
11b0670a9d
commit
365b0b5533
1 changed files with 1 additions and 3 deletions
|
@ -326,9 +326,7 @@ (define %ungoogled-origin
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference (url "https://github.com/Eloston/ungoogled-chromium")
|
(uri (git-reference (url "https://github.com/Eloston/ungoogled-chromium")
|
||||||
;; XXX: Use a raw commit because it has not been
|
(commit %ungoogled-revision)))
|
||||||
;; tagged yet.
|
|
||||||
(commit "352a8844b01a05a786ba76da599d106487f1533f")))
|
|
||||||
(file-name (git-file-name "ungoogled-chromium" %ungoogled-revision))
|
(file-name (git-file-name "ungoogled-chromium" %ungoogled-revision))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Loading…
Reference in a new issue