Skip to content

Commit

Permalink
palemoon-bin: 33.3.0 -> 33.3.1 (#341192)
Browse files Browse the repository at this point in the history
  • Loading branch information
OPNA2608 authored Sep 12, 2024
2 parents d6796b2 + 5a6bd6e commit d756a97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/browsers/palemoon/bin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

stdenv.mkDerivation (finalAttrs: {
pname = "palemoon-bin";
version = "33.3.0";
version = "33.3.1";

src = finalAttrs.passthru.sources."gtk${if withGTK3 then "3" else "2"}";

Expand Down Expand Up @@ -158,11 +158,11 @@ stdenv.mkDerivation (finalAttrs: {
in {
gtk3 = fetchzip {
urls = urlRegionVariants "gtk3";
hash = "sha256-9JZzwWe40M6nJkzeUqNDPXMfDGBnLRDSLL5kE2sNzCs=";
hash = "sha256-auo45tzMY6bKahSEmUrkcYnz7v+GFbsrG+ePAKRC00U=";
};
gtk2 = fetchzip {
urls = urlRegionVariants "gtk2";
hash = "sha256-K3PC1EDZeDyJUPhfvqTlqyMM07GmiWlUdYiNnSZuesw=";
hash = "sha256-7qrT5fSfwcEAkbq8g/HRoUiDv5+qrzpiysjHTdZVgLc=";
};
};

Expand Down

0 comments on commit d756a97

Please sign in to comment.