mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: uBlock Origin: Update to 1.40.8.
* gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.40.8.
This commit is contained in:
parent
c157ed08c7
commit
a59ec46944
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ (define-public play-to-kodi/chromium
|
|||
(define ublock-origin
|
||||
(package
|
||||
(name "ublock-origin")
|
||||
(version "1.40.6")
|
||||
(version "1.40.8")
|
||||
(home-page "https://github.com/gorhill/uBlock")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -60,7 +60,7 @@ (define ublock-origin
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0qxzllll78wm8rw0g22fvg23y00mq8rbd3l9bhrylnqhv6lbs6xi"))))
|
||||
"17pywblp87npj5z3zyvy9rmllnxhm916fnfyyfbvfbczswkbp78s"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("xpi" "firefox" "chromium"))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue