summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--librewolf.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/librewolf.scm b/librewolf.scm
index 0830d04..f4988df 100644
--- a/librewolf.scm
+++ b/librewolf.scm
@@ -51,20 +51,20 @@
)
;; Update this id with every firefox update to its release date.
;; It's used for cache validation and therefore can lead to strange bugs.
-(define %firefox-build-id "20231222120646")
+(define %firefox-build-id "20240214122848")
(define-public librewolf
(package
(inherit firefox)
(name "librewolf")
- (version "122.0-2")
+ (version "122.0.1-2")
(source
(origin
(method url-fetch)
(uri (string-append "https://gitlab.com/api/v4/projects/32320088/packages/generic/librewolf-source/"
version "/librewolf-" version ".source.tar.gz"))
(sha256
- (base32 "0ggysgbazx5dl0l9dyvrpjgzbvivgddm9qyiyvjjfk9im9sljkxh"))
+ (base32 "0h1b3qds35s1kkzyjf2wjfjkn96brjlqkzjcjk93giwnrqabz180"))
(patches (search-patches "librewolf-msglm-browser.patch"))))
(arguments
(substitute-keyword-arguments (package-arguments firefox-esr)