Skip to content

Commit

Permalink
palemoon-bin: 33.2.0 -> 33.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OPNA2608 committed Jul 19, 2024
1 parent 532db1f commit 69f2af5
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.2.0";
version = "33.2.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-h6ohLm9I6esvVa9bek/j2s/jiIcEOwjd8/dCyUvqyLw=";
hash = "sha256-GUizOnsjEq2UuRaBgjmsQLHuqnCt/MHFBb8lTHcwJOM=";
};
gtk2 = fetchzip {
urls = urlRegionVariants "gtk2";
hash = "sha256-To/41og5hxFL6efJhNfRNJw/fOXZA5Le16DZsSJrXfc=";
hash = "sha256-RBEqBJNttuyMpeaC5scSY8Q2meZjgdeS2pppQ1n53uY=";
};
};

Expand Down

0 comments on commit 69f2af5

Please sign in to comment.