mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-03-29 05:44:24 +00:00
rosenthal: bitwarden/icecat: Update to 2026.2.0.
* modules/rosenthal/packages/browser-extensions.scm (bitwarden): Update to 2026.2.0.
This commit is contained in:
parent
d9861ba574
commit
8821b60e0b
@ -13,12 +13,14 @@
|
|||||||
#:use-module (guix download)
|
#:use-module (guix download)
|
||||||
#:use-module (guix git-download)
|
#:use-module (guix git-download)
|
||||||
;; Guix build systems
|
;; Guix build systems
|
||||||
#:use-module (guix build-system copy))
|
#:use-module (guix build-system copy)
|
||||||
|
;; Guix packages
|
||||||
|
#:use-module (gnu packages compression))
|
||||||
|
|
||||||
(define-public bitwarden
|
(define bitwarden
|
||||||
(package
|
(package
|
||||||
(name "bitwarden")
|
(name "bitwarden")
|
||||||
(version "2025.6.1")
|
(version "2026.2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch/zipbomb)
|
(method url-fetch/zipbomb)
|
||||||
(uri (string-append "https://github.com/bitwarden/clients"
|
(uri (string-append "https://github.com/bitwarden/clients"
|
||||||
@ -26,7 +28,7 @@
|
|||||||
"/dist-firefox-" version ".zip"))
|
"/dist-firefox-" version ".zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1yx9f1adh6swbzf24rj621vgccvi8gl7hi8q4r9ccv5qq4zq3f53"))))
|
"1l2mabgbxf2jdsgd56fbalzszjkxp03cxba1r15vgvdlgmkif5cl"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:install-plan
|
(list #:install-plan
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user