mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-12-23 15:24:52 +01:00
gnu: electron: Update to 25.3.1.
* nongnu/packages/electron.scm (electron): Update to 25.3.1. Signed-off-by: Pierre Neidhardt <mail@ambrevar.xyz>
This commit is contained in:
parent
90b128effe
commit
26a0ea1a7d
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
||||||
(define-public electron
|
(define-public electron
|
||||||
(package
|
(package
|
||||||
(name "electron")
|
(name "electron")
|
||||||
(version "24.2.0")
|
(version "25.3.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch/zipbomb)
|
(method url-fetch/zipbomb)
|
||||||
(uri
|
(uri
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
("aarch64-linux" "linux-arm64")
|
("aarch64-linux" "linux-arm64")
|
||||||
("armhf-linux" "linux-armv7l"))
|
("armhf-linux" "linux-armv7l"))
|
||||||
".zip"))
|
".zip"))
|
||||||
(sha256 (base32 "04vmqr5547059751yxr729ljqahal57lymyglaa5xzpw5bfq0xwd"))))
|
(sha256 (base32 "0x6asi81gwxx33mhpm74l31xzf1lbzbf7s97fay0l35fg73kkw9n"))))
|
||||||
(build-system chromium-binary-build-system)
|
(build-system chromium-binary-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:wrapper-plan
|
`(#:wrapper-plan
|
||||||
|
|
Loading…
Reference in a new issue