palemoon: 27.2.1 -> 27.4.1
This commit is contained in:
parent
18f2f5708a
commit
7fdf6e6b99
@ -5,19 +5,19 @@
|
||||
, gtk2, hunspell, icu, libevent, libjpeg, libnotify
|
||||
, libstartup_notification, libvpx, makeWrapper, mesa
|
||||
, nspr, nss, pango, perl, python, libpulseaudio, sqlite
|
||||
, unzip, xlibs, which, yasm, zip, zlib
|
||||
, unzip, xlibs, which, yasm, zip, zlib, gcc
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "palemoon-${version}";
|
||||
version = "27.2.1";
|
||||
version = "27.4.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
name = "palemoon-src";
|
||||
owner = "MoonchildProductions";
|
||||
repo = "Pale-Moon";
|
||||
rev = version + "_Release";
|
||||
sha256 = "1yyipxd5lmavf4aca4vrcnp7hb8zkn4sv2zp6n2cm6w4pxlza0g4";
|
||||
sha256 = "0sgy0iq038pj676w6k5nwbavrdmrznhydjibdpj6irdz5qxxdgjn";
|
||||
};
|
||||
|
||||
desktopItem = makeDesktopItem {
|
||||
@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
|
||||
gst-plugins-base gstreamer gst_all_1.gst-plugins-base gtk2
|
||||
hunspell icu libevent libjpeg libnotify libstartup_notification
|
||||
libvpx makeWrapper mesa nspr nss pango perl pkgconfig python
|
||||
libpulseaudio sqlite unzip which yasm zip zlib
|
||||
libpulseaudio sqlite unzip which yasm zip zlib gcc
|
||||
] ++ (with xlibs; [
|
||||
libX11 libXext libXft libXi libXrender libXScrnSaver
|
||||
libXt pixman scrnsaverproto xextproto
|
||||
|
Loading…
Reference in New Issue
Block a user