gnu: uBlock Origin: Update to 1.35.2.
* gnu/packages/browser-extensions.scm (uassets): Update to f52147302. (ublock-origin): Update to 1.35.2.
This commit is contained in:
parent
1ca0a9a307
commit
a1cd01e622
1 changed files with 4 additions and 4 deletions
|
@ -49,7 +49,7 @@ supported content to the Kodi media center.")
|
||||||
(make-chromium-extension play-to-kodi))
|
(make-chromium-extension play-to-kodi))
|
||||||
|
|
||||||
(define uassets
|
(define uassets
|
||||||
(let ((commit "edfb13aaeaa9c8f943834f0465e7afac4b56aa98"))
|
(let ((commit "f521473026f5f60cc753fa4a533af41badfc700e"))
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -58,12 +58,12 @@ supported content to the Kodi media center.")
|
||||||
(file-name (git-file-name "uAssets" (string-take commit 9)))
|
(file-name (git-file-name "uAssets" (string-take commit 9)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ivddccfblka5bzc9hxjl7ygv7g1pgy28w1cb43kipach8vh1alf")))))
|
"0ms0xxj6rcfkib33wjbki631wix17vvzr4m6z0phqmaj49bla4kz")))))
|
||||||
|
|
||||||
(define ublock-origin
|
(define ublock-origin
|
||||||
(package
|
(package
|
||||||
(name "ublock-origin")
|
(name "ublock-origin")
|
||||||
(version "1.35.0")
|
(version "1.35.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)
|
||||||
|
@ -71,7 +71,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
|
||||||
"07nlkrgwn1bcn5n2w7ik16ps12dckmjhn76qay6dz64f5754cgn3"))))
|
"0w4rfwgvkjvdfccxi9b4qhp0hylnd946diri19cp3fd72zkjlcky"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("xpi" "firefox" "chromium"))
|
(outputs '("xpi" "firefox" "chromium"))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in a new issue