mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: ungoogled-chromium: Update to 75.0.3770.142 [security fixes].
This fixes CVE-2019-972921 and CVE-2019-951487. * gnu/packages/chromium.scm (%chromium-version): Set to 75.0.3770.142. (%chromium-origin): Update hash.
This commit is contained in:
parent
34c2a16b10
commit
d4cafcaf30
1 changed files with 2 additions and 2 deletions
|
@ -227,7 +227,7 @@ (define* (computed-origin-method gexp-promise hash-algo hash
|
|||
#:system system
|
||||
#:guile-for-build guile)))
|
||||
|
||||
(define %chromium-version "75.0.3770.100")
|
||||
(define %chromium-version "75.0.3770.142")
|
||||
(define %ungoogled-revision "5d8abc38b43a62f379615a0dc972b29d9aebb4b4")
|
||||
(define %debian-revision "debian/75.0.3770.90-1")
|
||||
(define package-revision "0")
|
||||
|
@ -243,7 +243,7 @@ (define %chromium-origin
|
|||
%chromium-version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"187wfdxw6ji4302pbn0kyi9b859ydri7gns0wlsrd7vd3c8604wy"))))
|
||||
"1b550hc9sav0qdnh4hiin2bb3jmfyrb3dhbmnc0v8662rjknq3ji"))))
|
||||
|
||||
(define %ungoogled-origin
|
||||
(origin
|
||||
|
|
Loading…
Reference in a new issue