diff options
author | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:24:02 -0500 |
---|---|---|
committer | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:24:02 -0500 |
commit | 745eab71808b76f12fd48c0ea8f5245ac326aa4c (patch) | |
tree | 439362586a8812cb9c8ba67dcdae972e18bd2ce8 | |
parent | cdda044e082f639626a930456d91d2fb9e2aa9cb (diff) | |
download | guix-techchud-745eab71808b76f12fd48c0ea8f5245ac326aa4c.tar.gz guix-techchud-745eab71808b76f12fd48c0ea8f5245ac326aa4c.tar.bz2 guix-techchud-745eab71808b76f12fd48c0ea8f5245ac326aa4c.zip |
fixed version hash
-rw-r--r-- | librewolf.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/librewolf.scm b/librewolf.scm index 483253e..f549376 100644 --- a/librewolf.scm +++ b/librewolf.scm @@ -56,7 +56,7 @@ (define-public librewolf (package - (inherit firefox) + (inherit firefox-esr) (name "librewolf") (version "124.0.1-1") (source @@ -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 "050kg717jy70fvjfh91aydmq25mqaz6cbf9cqsdsgh6hvpxrw873")))) + (base32 "1sks49nywzhvq5mik4ipm3vyyxv49s9hq6bfyk5d9r6f0nlydllf")))) (arguments (substitute-keyword-arguments (package-arguments firefox-esr) ((#:phases phases) |