about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2024-01-05 22:03:26 +0100
committerGitHub <noreply@github.com>2024-01-05 22:03:26 +0100
commit13b528c1b5c75dd730be11380ddebf294b07eb6f (patch)
treeaca2f809ccfcb0f0fd7d43cb5741ac98202c7577
parent69e42ac5c9de6fa36c3e6ecf9bb64eeb4fb4f350 (diff)
parent63bdb6b2c2afa0744aad3d9ef73a7c06d73d48d7 (diff)
Merge pull request #278986 from OPNA2608/update/palemoon-bin
palemoon-bin: 32.5.1 -> 32.5.2
-rw-r--r--pkgs/applications/networking/browsers/palemoon/bin.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/browsers/palemoon/bin.nix b/pkgs/applications/networking/browsers/palemoon/bin.nix
index aa2337f86d70e..80af659b0f76c 100644
--- a/pkgs/applications/networking/browsers/palemoon/bin.nix
+++ b/pkgs/applications/networking/browsers/palemoon/bin.nix
@@ -19,7 +19,7 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "palemoon-bin";
-  version = "32.5.1";
+  version = "32.5.2";
 
   src = fetchzip {
     urls = [
@@ -27,9 +27,9 @@ stdenv.mkDerivation (finalAttrs: {
       "https://rm-us.palemoon.org/release/palemoon-${finalAttrs.version}.linux-x86_64-gtk${if withGTK3 then "3" else "2"}.tar.xz"
     ];
     hash = if withGTK3 then
-      "sha256-hWqL/WoRRigw8cNeJImOQLM8hewyS3PYNGr2WYP+cMk="
+      "sha256-DPGRcgZTPBeMkA7KpL47wE4fQt33qw4f84HuAy2lkY8="
     else
-      "sha256-dlBnXP3WUgQ0spkLRowfzMcPArhGfpowsvwgCA+kvUA=";
+      "sha256-/tZj1b+IxUJOpKQToQ8iF/A+KL8W1nt9Tdc5VrwoPbs=";
   };
 
   preferLocalBuild = true;