gnu: uBlock Origin: Update to 1.40.4.
* gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.40.4.
This commit is contained in:
parent
56b29a61e8
commit
1b6973cc58
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.2")
|
||||
(version "1.40.4")
|
||||
(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
|
||||
"15mf9lqd19lzi890zgq67j3a8bghywf7lh3njqhjjsa53rk056df"))))
|
||||
"0rx26snsxvmy0r0z23w16h5cqrfvmqhwq4pgfwbjfmqd3y26sjpr"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("xpi" "firefox" "chromium"))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue