diff options
Diffstat (limited to 'librewolf.scm')
-rw-r--r-- | librewolf.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/librewolf.scm b/librewolf.scm index 2ad2847..aea08ac 100644 --- a/librewolf.scm +++ b/librewolf.scm @@ -57,14 +57,15 @@ (package (inherit firefox) (name "librewolf") - (version "121.0-1") + (version "121.0.1-1") (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 "0f83ajay802i23v644s0r8dg5f4i75dhvk2gn7mjzyx9g250lqwf")))) + (base32 "18m1i5825pjvf2wdf71d57v21z0ac8qgx2xhvgf5p7c4vi9diz88")) + (patches (search-patches "librewolf-msglm-browser.patch")))) (arguments (substitute-keyword-arguments (package-arguments firefox-esr) ((#:phases phases) |