Skip to content

Commit

Permalink
Merge pull request #321968 from NixOS/backport-321570-to-release-23.11
Browse files Browse the repository at this point in the history
[Backport release-23.11] palemoon-bin: 33.1.1 -> 33.2.0
  • Loading branch information
JohnRTitor authored Jun 23, 2024
2 parents 350f11f + 70fcfdd commit 74b529e
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.1.1";
version = "33.2.0";

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-0i0hXC6mC1SY2V6ANMXHS4LZ/HZk8FUsSDQfQUE14IM=";
hash = "sha256-h6ohLm9I6esvVa9bek/j2s/jiIcEOwjd8/dCyUvqyLw=";
};
gtk2 = fetchzip {
urls = urlRegionVariants "gtk2";
hash = "sha256-RnBlCxIsWxm6BbtAS0YKHtix93N6t9jihFItqhtLhRU=";
hash = "sha256-To/41og5hxFL6efJhNfRNJw/fOXZA5Le16DZsSJrXfc=";
};
};

Expand Down

0 comments on commit 74b529e

Please sign in to comment.