gnu: uBlock Origin: Update to 1.41.2.

* gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.41.2.
This commit is contained in:
Marius Bakke 2022-02-11 22:36:10 +01:00
parent c71dca05cf
commit 068d99978a
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -51,16 +51,18 @@ (define-public play-to-kodi/chromium
(define ublock-origin (define ublock-origin
(package (package
(name "ublock-origin") (name "ublock-origin")
(version "1.40.8") (version "1.41.2")
(home-page "https://github.com/gorhill/uBlock") (home-page "https://github.com/gorhill/uBlock")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (url home-page) (commit version) (uri (git-reference (url home-page) (commit version)
;; Also fetch the tightly coupled
;; "uAssets" submodule.
(recursive? #t))) (recursive? #t)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"17pywblp87npj5z3zyvy9rmllnxhm916fnfyyfbvfbczswkbp78s")))) "0ga8yj2zkyngah0li3la3gslhjdayp0barch5w3y2jp9i14df9k2"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(outputs '("xpi" "firefox" "chromium")) (outputs '("xpi" "firefox" "chromium"))
(arguments (arguments