palemoon-bin: 32.0.1 -> 32.1.0

authored by

OPNA2608 and committed by
Anderson Torres
71a153a6 a712d634

+3 -3
+3 -3
pkgs/applications/networking/browsers/palemoon/bin.nix
··· 17 18 stdenv.mkDerivation rec { 19 pname = "palemoon-bin"; 20 - version = "32.0.1"; 21 22 src = fetchzip { 23 urls = [ ··· 25 "https://rm-us.palemoon.org/release/palemoon-${version}.linux-x86_64-gtk${if withGTK3 then "3" else "2"}.tar.xz" 26 ]; 27 hash = if withGTK3 then 28 - "sha256-CSAsZTMIeInuvN7mddiMDtzzNKuYST2zp1XczKAP1mQ=" 29 else 30 - "sha256-bvdy4tqnuoUxVVz/8zp7VwfS3wH51eKCzXDqgDWMb3A="; 31 }; 32 33 preferLocalBuild = true;
··· 17 18 stdenv.mkDerivation rec { 19 pname = "palemoon-bin"; 20 + version = "32.1.0"; 21 22 src = fetchzip { 23 urls = [ ··· 25 "https://rm-us.palemoon.org/release/palemoon-${version}.linux-x86_64-gtk${if withGTK3 then "3" else "2"}.tar.xz" 26 ]; 27 hash = if withGTK3 then 28 + "sha256-2oKLkQi+NQHhEI1zsWCN8JiSsrVFefSdGcmS7v9gZoI=" 29 else 30 + "sha256-rSQuCCCvTKHcGDHS0VEyMwroZ/zD7RvaW3/K5sXefw4="; 31 }; 32 33 preferLocalBuild = true;