Archived
1
0
Fork 0

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:
Marius Bakke 2022-01-05 10:49:24 +01:00
parent 56b29a61e8
commit 1b6973cc58
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -51,7 +51,7 @@ supported content to the Kodi media center.")
(define ublock-origin (define ublock-origin
(package (package
(name "ublock-origin") (name "ublock-origin")
(version "1.40.2") (version "1.40.4")
(home-page "https://github.com/gorhill/uBlock") (home-page "https://github.com/gorhill/uBlock")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
@ -60,7 +60,7 @@ supported content to the Kodi media center.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"15mf9lqd19lzi890zgq67j3a8bghywf7lh3njqhjjsa53rk056df")))) "0rx26snsxvmy0r0z23w16h5cqrfvmqhwq4pgfwbjfmqd3y26sjpr"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(outputs '("xpi" "firefox" "chromium")) (outputs '("xpi" "firefox" "chromium"))
(arguments (arguments