Skip to content

Commit 2b1dc15

Browse files
committed
palemoon-bin: 32.3.1 -> 32.4.0.1
1 parent d83248b commit 2b1dc15

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

  • pkgs/applications/networking/browsers/palemoon

pkgs/applications/networking/browsers/palemoon/bin.nix

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@
1717
, palemoon-bin
1818
}:
1919

20-
stdenv.mkDerivation rec {
20+
stdenv.mkDerivation (finalAttrs: {
2121
pname = "palemoon-bin";
22-
version = "32.3.1";
22+
version = "32.4.0.1";
2323

2424
src = fetchzip {
2525
urls = [
26-
"https://rm-eu.palemoon.org/release/palemoon-${version}.linux-x86_64-gtk${if withGTK3 then "3" else "2"}.tar.xz"
27-
"https://rm-us.palemoon.org/release/palemoon-${version}.linux-x86_64-gtk${if withGTK3 then "3" else "2"}.tar.xz"
26+
"https://rm-eu.palemoon.org/release/palemoon-${finalAttrs.version}.linux-x86_64-gtk${if withGTK3 then "3" else "2"}.tar.xz"
27+
"https://rm-us.palemoon.org/release/palemoon-${finalAttrs.version}.linux-x86_64-gtk${if withGTK3 then "3" else "2"}.tar.xz"
2828
];
2929
hash = if withGTK3 then
30-
"sha256-1JYaxxkqgg/gLdZ+uGDB5BI0NKjHO4huk0b/M9QFuII="
30+
"sha256-kGt3pIgCjVeSD6UXRvj5w9opWrMx3q3B/Y0S55kKS08="
3131
else
32-
"sha256-p/Lid6Uv3XTEg+43Gke5VLILhzENHoBP6XjGVHy7wCY=";
32+
"sha256-kNvUC/ir7TKjvKXYFoEDOPAY75CEgeixmEV1tuB/WIM=";
3333
};
3434

3535
preferLocalBuild = true;
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
5353
];
5454

5555
desktopItems = [(makeDesktopItem rec {
56-
name = pname;
56+
name = "palemoon-bin";
5757
desktopName = "Pale Moon Web Browser";
5858
comment = "Browse the World Wide Web";
5959
keywords = [
@@ -164,6 +164,7 @@ stdenv.mkDerivation rec {
164164
longDescription = ''
165165
Pale Moon is an Open Source, Goanna-based web browser focusing on
166166
efficiency and customization.
167+
167168
Pale Moon offers you a browsing experience in a browser completely built
168169
from its own, independently developed source that has been forked off from
169170
Firefox/Mozilla code a number of years ago, with carefully selected
@@ -186,4 +187,4 @@ stdenv.mkDerivation rec {
186187
platforms = [ "x86_64-linux" ];
187188
hydraPlatforms = [];
188189
};
189-
}
190+
})

0 commit comments

Comments
 (0)