···1011stdenv.mkDerivation rec {
12 name = "palemoon-${version}";
13- version = "27.6.2";
1415 src = fetchFromGitHub {
16 name = "palemoon-src";
17 owner = "MoonchildProductions";
18 repo = "Pale-Moon";
19 rev = version + "_Release";
20- sha256 = "0ickxrwl36iyqj3v9qq6hnfl2y652f2ppwi949pfh4f6shm9x0ri";
21 };
2223 desktopItem = makeDesktopItem {
···101102 meta = with stdenv.lib; {
103 description = "A web browser";
00000000000104 homepage = https://www.palemoon.org/;
105 license = licenses.mpl20;
106- maintainers = with maintainers; [ rnhmjoj ];
107 platforms = platforms.linux;
108 };
109-110}
···1011stdenv.mkDerivation rec {
12 name = "palemoon-${version}";
13+ version = "27.7.2";
1415 src = fetchFromGitHub {
16 name = "palemoon-src";
17 owner = "MoonchildProductions";
18 repo = "Pale-Moon";
19 rev = version + "_Release";
20+ sha256 = "19ki6gp6bhcvhjnclalviiyp93mqsgc22xjl0gm9x5y4sxdb5wlq";
21 };
2223 desktopItem = makeDesktopItem {
···101102 meta = with stdenv.lib; {
103 description = "A web browser";
104+ longDescription = ''
105+ Pale Moon is an Open Source, Goanna-based web browser focusing on
106+ efficiency and customization.
107+108+ Pale Moon offers you a browsing experience in a browser completely built
109+ from its own, independently developed source that has been forked off from
110+ Firefox/Mozilla code a number of years ago, with carefully selected
111+ features and optimizations to improve the browser's stability and user
112+ experience, while offering full customization and a growing collection of
113+ extensions and themes to make the browser truly your own.
114+ '';
115 homepage = https://www.palemoon.org/;
116 license = licenses.mpl20;
117+ maintainers = with maintainers; [ rnhmjoj AndersonTorres ];
118 platforms = platforms.linux;
119 };
0120}