From 401f859fb92d4490c2f7deac750e343eda7a0e7e Mon Sep 17 00:00:00 2001 From: GigiaJ Date: Thu, 14 Aug 2025 18:17:03 -0500 Subject: [PATCH] update floorp --- modules/gunit/packages/floorp.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/gunit/packages/floorp.scm b/modules/gunit/packages/floorp.scm index 0a9dca5..b77101e 100644 --- a/modules/gunit/packages/floorp.scm +++ b/modules/gunit/packages/floorp.scm @@ -71,7 +71,7 @@ (method url-fetch) (uri (string-append "https://github.com/Floorp-Projects/Floorp/releases/download/v" version "/floorp-linux-amd64.tar.xz")) (sha256 - (base32 "000a8yh0jabs1phsw56qknxh9ap1gm5asb7q5nnx4gwiyqnaig3s")))) + (base32 "159fqn6a0ws307dr216bnhwa0g23j6rnf0b1p1yb3fwjyvc96m3f")))) (build-system copy-build-system) (inputs @@ -240,4 +240,6 @@ (description "Floorp is the first Firefox-based browser to enable UI customization, designed so that anyone can easily adjust their browsing experience to their preferences and access the web with ease.") (license (license:nonfree "https://github.com/Floorp-Projects/Floorp-private-components/blob/main/LICENSE")) -)) \ No newline at end of file +)) + +floorp \ No newline at end of file