gnu: uBlock Origin: Update to 1.41.4.
* gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.41.4.
This commit is contained in:
parent
f37eb24df5
commit
755c7c8082
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.41.2")
|
||||
(version "1.41.4")
|
||||
(home-page "https://github.com/gorhill/uBlock")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -62,7 +62,7 @@ (define ublock-origin
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ga8yj2zkyngah0li3la3gslhjdayp0barch5w3y2jp9i14df9k2"))))
|
||||
"00475agnqx9qx5xvq9b1ii2ka5i0cl4b8w6qf6dd3g11ls3dv3mz"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("xpi" "firefox" "chromium"))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue