File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/applications/networking/browsers/floorp Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99(
1010 ( buildMozillaMach rec {
1111 pname = "floorp" ;
12- packageVersion = "11.22 .0" ;
12+ packageVersion = "11.23 .0" ;
1313 applicationName = "Floorp" ;
1414 binaryName = "floorp" ;
1515 branding = "browser/branding/official" ;
1616 requireSigning = false ;
1717 allowAddonSideload = true ;
1818
1919 # Must match the contents of `browser/config/version.txt` in the source tree
20- version = "128.7 .0" ;
20+ version = "128.8 .0" ;
2121
2222 src = fetchFromGitHub {
2323 owner = "Floorp-Projects" ;
2424 repo = "Floorp" ;
2525 fetchSubmodules = true ;
2626 rev = "v${ packageVersion } " ;
27- hash = "sha256-gPFWSCACWUk7QE85I6alT6hsjMengjiiSE4J9px0Z58 =" ;
27+ hash = "sha256-wH1u64Ldj9Ghzw8cXRu43mhUBmqjAH7k3MiknjW+xcw =" ;
2828 } ;
2929
3030 extraConfigureFlags = [
You can’t perform that action at this time.
0 commit comments