From 71a153a69fde58afebe39ce0d287030570ee471e Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Sat, 25 Mar 2023 20:27:22 +0100 Subject: [PATCH] palemoon-bin: 32.0.1 -> 32.1.0 --- pkgs/applications/networking/browsers/palemoon/bin.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/networking/browsers/palemoon/bin.nix b/pkgs/applications/networking/browsers/palemoon/bin.nix index 1f650a2fdd58..99c77545c77d 100644 --- a/pkgs/applications/networking/browsers/palemoon/bin.nix +++ b/pkgs/applications/networking/browsers/palemoon/bin.nix @@ -17,7 +17,7 @@ stdenv.mkDerivation rec { pname = "palemoon-bin"; - version = "32.0.1"; + version = "32.1.0"; src = fetchzip { urls = [ @@ -25,9 +25,9 @@ stdenv.mkDerivation rec { "https://rm-us.palemoon.org/release/palemoon-${version}.linux-x86_64-gtk${if withGTK3 then "3" else "2"}.tar.xz" ]; hash = if withGTK3 then - "sha256-CSAsZTMIeInuvN7mddiMDtzzNKuYST2zp1XczKAP1mQ=" + "sha256-2oKLkQi+NQHhEI1zsWCN8JiSsrVFefSdGcmS7v9gZoI=" else - "sha256-bvdy4tqnuoUxVVz/8zp7VwfS3wH51eKCzXDqgDWMb3A="; + "sha256-rSQuCCCvTKHcGDHS0VEyMwroZ/zD7RvaW3/K5sXefw4="; }; preferLocalBuild = true;