gnu: uBlock Origin: Update to 1.38.4.
* gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.38.4.master
parent
c4620565e8
commit
63162b1965
|
@ -51,7 +51,7 @@ supported content to the Kodi media center.")
|
|||
(define ublock-origin
|
||||
(package
|
||||
(name "ublock-origin")
|
||||
(version "1.38.2")
|
||||
(version "1.38.4")
|
||||
(home-page "https://github.com/gorhill/uBlock")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -60,7 +60,7 @@ supported content to the Kodi media center.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"09ymrp6dwd9a4raykapx129vwix8gyq22wlphypll8bajjl5a47f"))))
|
||||
"127b5mg54zfci86q66fss701y20b0mjpa4flx7iar7nviqg9fa1h"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("xpi" "firefox" "chromium"))
|
||||
(arguments
|
||||
|
|
Reference in New Issue