gnu: uBlock Origin: Update to 1.44.2.

* gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.44.2.
This commit is contained in:
Marius Bakke 2022-09-07 21:58:05 +02:00
parent c56e8eabb4
commit b45a44eaad
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -51,7 +51,7 @@ (define-public play-to-kodi/chromium
(define ublock-origin
(package
(name "ublock-origin")
(version "1.44.0")
(version "1.44.2")
(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
"0sws7xd8nvxnzcyw92i9sc5xv3hpqw1kzdj9vm8bhfxlh042l7ly"))))
"0hci19wv5sj4vph8k24bmcz7q74y1adyykwijqyga4p7h68jklw1"))))
(build-system gnu-build-system)
(outputs '("xpi" "firefox" "chromium"))
(arguments