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.19.1 " ;
12+ packageVersion = "11.20.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.4 .0" ;
20+ version = "128.5 .0" ;
2121
2222 src = fetchFromGitHub {
2323 owner = "Floorp-Projects" ;
2424 repo = "Floorp" ;
2525 fetchSubmodules = true ;
2626 rev = "v${ packageVersion } " ;
27- hash = "sha256-RFJ3aRbLwCf0qaluqImcF9+6frvJbw8QE3jBpxNxFjE =" ;
27+ hash = "sha256-+FVnG8CKEQdFN9bO8rUZadp+d8keCB98T7qt9OBfLDA =" ;
2828 } ;
2929
3030 extraConfigureFlags = [
You can’t perform that action at this time.
0 commit comments