summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/tor-browsers.scm18
1 files changed, 9 insertions, 9 deletions
diff --git a/gnu/packages/tor-browsers.scm b/gnu/packages/tor-browsers.scm
index b122d92392c..8c0c2cf8700 100644
--- a/gnu/packages/tor-browsers.scm
+++ b/gnu/packages/tor-browsers.scm
@@ -789,17 +789,17 @@ attacks on the privacy of Tor users.")
789 789
790;; We copy the official build id, which can be found there: 790;; We copy the official build id, which can be found there:
791;; https://cdn.mullvad.net/browser/update_responses/update_1/release. 791;; https://cdn.mullvad.net/browser/update_responses/update_1/release.
792(define %mullvadbrowser-build-date "20251028094500") 792(define %mullvadbrowser-build-date "20260404073000")
793 793
794;; To find the last version, look at 794;; To find the last version, look at
795;; https://mullvad.net/en/download/browser/linux. 795;; https://mullvad.net/en/download/browser/linux.
796(define %mullvadbrowser-version "15.0") 796(define %mullvadbrowser-version "15.0.9")
797 797
798;; To find the last Firefox version, browse 798;; To find the last Firefox version, browse
799;; https://archive.torproject.org/tor-package-archive/mullvadbrowser/<%mullvadbrowser-version> 799;; https://archive.torproject.org/tor-package-archive/mullvadbrowser/<%mullvadbrowser-version>
800;; There should be only one archive that starts with 800;; There should be only one archive that starts with
801;; "src-firefox-mullvad-browser-". 801;; "src-firefox-mullvad-browser-".
802(define %mullvadbrowser-firefox-version "140.4.0esr-15.0-1-build4") 802(define %mullvadbrowser-firefox-version "140.9.1esr-15.0-1-build1")
803 803
804;; See tor-browser-build/projects/translation/config. 804;; See tor-browser-build/projects/translation/config.
805(define mullvadbrowser-translation-base 805(define mullvadbrowser-translation-base
@@ -807,11 +807,11 @@ attacks on the privacy of Tor users.")
807 (method git-fetch) 807 (method git-fetch)
808 (uri (git-reference 808 (uri (git-reference
809 (url "https://gitlab.torproject.org/tpo/translation.git") 809 (url "https://gitlab.torproject.org/tpo/translation.git")
810 (commit "cdd3da6308bb3beb916744057af92331025053bb"))) 810 (commit "ce651a6f8aa3a6c5ff9c3f9c77d3cb9585dcc903")))
811 (file-name "translation-base-browser") 811 (file-name "translation-base-browser")
812 (sha256 812 (sha256
813 (base32 813 (base32
814 "1l3alzgj1bz2xsijd323swiq450dm9s1zyygdwnzsjvcpdbbnm7b")))) 814 "0cr82adjkqkbamb4qk7xpr84lch4js4n126pzsm1993np0ap7vjp"))))
815 815
816;; See tor-browser-build/projects/translation/config. 816;; See tor-browser-build/projects/translation/config.
817(define mullvadbrowser-translation-specific 817(define mullvadbrowser-translation-specific
@@ -819,11 +819,11 @@ attacks on the privacy of Tor users.")
819 (method git-fetch) 819 (method git-fetch)
820 (uri (git-reference 820 (uri (git-reference
821 (url "https://gitlab.torproject.org/tpo/translation.git") 821 (url "https://gitlab.torproject.org/tpo/translation.git")
822 (commit "bf09d9c070f72ad3aee24c54cb154bab2570247b"))) 822 (commit "4bf1989120841478aa114b1bf4efefe78cdaf8ee")))
823 (file-name "translation-mullvad-browser") 823 (file-name "translation-mullvad-browser")
824 (sha256 824 (sha256
825 (base32 825 (base32
826 "1jbq2jb6rcbrzhgv1c19clr8z8fm63k4kwq4g94b619fynxz5jqm")))) 826 "1pp7hsflzn5c9xmfggwc8cvnwlfd1mn2cgn2n36ysis52n88w2c4"))))
827 827
828(define mullvadbrowser-assets 828(define mullvadbrowser-assets
829 ;; This is a prebuilt Mullvad Browser from which we take the assets we need. 829 ;; This is a prebuilt Mullvad Browser from which we take the assets we need.
@@ -839,7 +839,7 @@ attacks on the privacy of Tor users.")
839 version "/mullvad-browser-linux-x86_64-" version ".tar.xz")) 839 version "/mullvad-browser-linux-x86_64-" version ".tar.xz"))
840 (sha256 840 (sha256
841 (base32 841 (base32
842 "127kh5mabfsayijhgvqw9gxa4vhs79728s534i3zdp44yyf6jgh4")))) 842 "154nraw83lhyrhrahvd35zvclnshcfvgjq16cr2z9jg5sz7c4hhs"))))
843 (arguments 843 (arguments
844 (list 844 (list
845 #:install-plan 845 #:install-plan
@@ -882,7 +882,7 @@ Mullvad Browser.")
882 %mullvadbrowser-firefox-version ".tar.xz")) 882 %mullvadbrowser-firefox-version ".tar.xz"))
883 (sha256 883 (sha256
884 (base32 884 (base32
885 "0sj87q0x1lfkvhbz154dabmgm8l18j9d1h1xhyqlmwz3whz1hsfi")))) 885 "0i860k6i2dc86jj9hg2hvm0g071iha7zxngnrn21kbilqr4hi61z"))))
886 (arguments 886 (arguments
887 (substitute-keyword-arguments arguments 887 (substitute-keyword-arguments arguments
888 ((#:phases phases) 888 ((#:phases phases)