diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/browser-extensions.scm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gnu/packages/browser-extensions.scm b/gnu/packages/browser-extensions.scm index 187c6e83791..62980e8ae20 100644 --- a/gnu/packages/browser-extensions.scm +++ b/gnu/packages/browser-extensions.scm | |||
| @@ -144,8 +144,8 @@ supported content to the Kodi media center.") | |||
| 144 | ;; Arbitrary commit of branch master, | 144 | ;; Arbitrary commit of branch master, |
| 145 | ;; Update when updating uBlockOrigin. | 145 | ;; Update when updating uBlockOrigin. |
| 146 | (let* ((name "ublock-main-assets") | 146 | (let* ((name "ublock-main-assets") |
| 147 | (commit "004af606e6a0efc22bc65ab1016b553441cacb71") | 147 | (commit "c0b3ce8e26f407426551658d00db0c59561eae39") |
| 148 | (revision "6") | 148 | (revision "7") |
| 149 | (version (git-version "0" revision commit))) | 149 | (version (git-version "0" revision commit))) |
| 150 | (origin | 150 | (origin |
| 151 | (method git-fetch) | 151 | (method git-fetch) |
| @@ -154,14 +154,14 @@ supported content to the Kodi media center.") | |||
| 154 | (commit commit))) | 154 | (commit commit))) |
| 155 | (file-name (git-file-name name version)) | 155 | (file-name (git-file-name name version)) |
| 156 | (sha256 | 156 | (sha256 |
| 157 | (base32 "1bfd2d53flrkgvjcr1kj9nbxj4y9a4pcr7m3dycccdhd21x6k0ln"))))) | 157 | (base32 "037yqjpsi93wq69md351pmsac8804rayxvgmsx2yikcpixm5b9vx"))))) |
| 158 | 158 | ||
| 159 | (define ublock-prod-assets | 159 | (define ublock-prod-assets |
| 160 | ;; Arbitrary commit of branch gh-pages, | 160 | ;; Arbitrary commit of branch gh-pages, |
| 161 | ;; Update when updating uBlockOrigin. | 161 | ;; Update when updating uBlockOrigin. |
| 162 | (let* ((name "ublock-prod-assets") | 162 | (let* ((name "ublock-prod-assets") |
| 163 | (commit "6c15e4ef91888c610caf73829dc78ae9549ed24a") | 163 | (commit "7d471bd3a59539f7d997a991d80970d8db09bd3f") |
| 164 | (revision "6") | 164 | (revision "7") |
| 165 | (version (git-version "0" revision commit))) | 165 | (version (git-version "0" revision commit))) |
| 166 | (origin | 166 | (origin |
| 167 | (method git-fetch) | 167 | (method git-fetch) |
| @@ -170,12 +170,12 @@ supported content to the Kodi media center.") | |||
| 170 | (commit commit))) | 170 | (commit commit))) |
| 171 | (file-name (git-file-name name version)) | 171 | (file-name (git-file-name name version)) |
| 172 | (sha256 | 172 | (sha256 |
| 173 | (base32 "0n2h6drqh44b1zgl729bfr70n08mkm536a2vqgivw7dm5dmi8zd3"))))) | 173 | (base32 "1q6d031kiqx5qq93rr0fha77clx4pz22w0b1fvzr8vi8nwnca6mm"))))) |
| 174 | 174 | ||
| 175 | (define ublock-origin | 175 | (define ublock-origin |
| 176 | (package | 176 | (package |
| 177 | (name "ublock-origin") | 177 | (name "ublock-origin") |
| 178 | (version "1.70.0") | 178 | (version "1.71.0") |
| 179 | (home-page "https://github.com/gorhill/uBlock") | 179 | (home-page "https://github.com/gorhill/uBlock") |
| 180 | (source (origin | 180 | (source (origin |
| 181 | (method git-fetch) | 181 | (method git-fetch) |
| @@ -185,7 +185,7 @@ supported content to the Kodi media center.") | |||
| 185 | (file-name (git-file-name name version)) | 185 | (file-name (git-file-name name version)) |
| 186 | (sha256 | 186 | (sha256 |
| 187 | (base32 | 187 | (base32 |
| 188 | "0j1m80nz86yc69c42hv5di5zza0vkycqmjaydb9jgx0abcvi19x5")))) | 188 | "0grc0vq13r4r1i1vhiwavz5ii88900mhz65vsslqsizzy6hw9nbx")))) |
| 189 | (build-system gnu-build-system) | 189 | (build-system gnu-build-system) |
| 190 | (outputs '("xpi" "firefox" "chromium")) | 190 | (outputs '("xpi" "firefox" "chromium")) |
| 191 | (properties '((addon-id . "uBlock0@raymondhill.net"))) | 191 | (properties '((addon-id . "uBlock0@raymondhill.net"))) |
