mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: uBlock Origin: Update to 1.35.0.
* gnu/packages/browser-extensions.scm (uassets): Update to edfb13aae. (ublock-origin): Update to 1.35.0.
This commit is contained in:
parent
8fa86141b7
commit
cc03603514
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 "61b43044fbe7be0cf4e9c636fe96236dc52e44cf"))
|
(let ((commit "edfb13aaeaa9c8f943834f0465e7afac4b56aa98"))
|
||||||
(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
|
||||||
"03ikia0prmzsc34qa3418dc49ss8ari9hj6g3s6nvxrgyd127idi")))))
|
"0ivddccfblka5bzc9hxjl7ygv7g1pgy28w1cb43kipach8vh1alf")))))
|
||||||
|
|
||||||
(define ublock-origin
|
(define ublock-origin
|
||||||
(package
|
(package
|
||||||
(name "ublock-origin")
|
(name "ublock-origin")
|
||||||
(version "1.33.2")
|
(version "1.35.0")
|
||||||
(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
|
||||||
"1pdf3fzc7ld65gr87s1cdy2sb84jbqnyq9lvwg1mgzi9dg8x7639"))))
|
"07nlkrgwn1bcn5n2w7ik16ps12dckmjhn76qay6dz64f5754cgn3"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("xpi" "firefox" "chromium"))
|
(outputs '("xpi" "firefox" "chromium"))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue