From bc87bbaf768777c08c1f86e87ed230f5cab8e22f Mon Sep 17 00:00:00 2001 From: msglm Date: Thu, 4 Apr 2024 05:22:29 -0500 Subject: librewolf version bump --- librewolf.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'librewolf.scm') diff --git a/librewolf.scm b/librewolf.scm index 6b61a51..610f23b 100644 --- a/librewolf.scm +++ b/librewolf.scm @@ -52,13 +52,13 @@ ) ;; 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 "1711233739") +(define %firefox-build-id "1712225585") (define-public librewolf (package (inherit firefox) (name "librewolf") - (version "124.0.1-1") + (version "124.0.2-1") (source (origin (method url-fetch) @@ -66,7 +66,7 @@ (string-append "https://gitlab.com/api/v4/projects/32320088/packages/generic/librewolf-source/" version "/librewolf-" version ".source.tar.gz")) (sha256 - (base32 "1sks49nywzhvq5mik4ipm3vyyxv49s9hq6bfyk5d9r6f0nlydllf")))) + (base32 "004h745qg6rcplvcr0sx18x6q0lni3jh7183kr4sghm3qxw8kh91")))) (arguments (substitute-keyword-arguments (package-arguments firefox) ((#:phases phases) -- cgit v1.2.3