summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-10-09 09:23:22 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-10-09 09:23:22 +0000
commita83079b36e060b3a2412a26172a111b332a8bfd1 (patch)
tree353d8660252c89c408d6eb1949af2aa6f647946d
parentocaml: default to version 5.2 (diff)
downloadnixpkgs-a83079b36e060b3a2412a26172a111b332a8bfd1.tar.gz
palemoon-bin: 33.3.1 -> 33.4.0
-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 e6bb9e887c4f..d9a668add99f 100644
--- a/pkgs/applications/networking/browsers/palemoon/bin.nix
+++ b/pkgs/applications/networking/browsers/palemoon/bin.nix
@@ -20,7 +20,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "palemoon-bin";
- version = "33.3.1";
+ version = "33.4.0";
src = finalAttrs.passthru.sources."gtk${if withGTK3 then "3" else "2"}";
@@ -158,11 +158,11 @@ stdenv.mkDerivation (finalAttrs: {
in {
gtk3 = fetchzip {
urls = urlRegionVariants "gtk3";
- hash = "sha256-auo45tzMY6bKahSEmUrkcYnz7v+GFbsrG+ePAKRC00U=";
+ hash = "sha256-XHp0ebgVqv1Va0hN9kczfPtped7JOLZP62ryMjmLjrc=";
};
gtk2 = fetchzip {
urls = urlRegionVariants "gtk2";
- hash = "sha256-7qrT5fSfwcEAkbq8g/HRoUiDv5+qrzpiysjHTdZVgLc=";
+ hash = "sha256-UXkr6oE1hS/ftXK1TPv3DZW/hubqJS/TEedE6i/6J+Y=";
};
};