lol

Merge pull request #241160 from OPNA2608/update/palemoon-bin

palemoon-bin: 32.2.0 -> 32.2.1

authored by

Sandro and committed by
GitHub
b840c45d 42bb8732

+3 -3
+3 -3
pkgs/applications/networking/browsers/palemoon/bin.nix
··· 19 19 20 20 stdenv.mkDerivation rec { 21 21 pname = "palemoon-bin"; 22 - version = "32.2.0"; 22 + version = "32.2.1"; 23 23 24 24 src = fetchzip { 25 25 urls = [ ··· 27 27 "https://rm-us.palemoon.org/release/palemoon-${version}.linux-x86_64-gtk${if withGTK3 then "3" else "2"}.tar.xz" 28 28 ]; 29 29 hash = if withGTK3 then 30 - "sha256-Bw8L5+3f46lOGJ5xR3bBF7sQWwEFxoK/NH3ngs1i4lU=" 30 + "sha256-brF9ACAG+JM7bk/JarB208f8ihI/1d90l+6e1pHmC20=" 31 31 else 32 - "sha256-eP7GIsWPFLYmBPUcMPn6vAlsFEAP3Oyy9mhj0oGeMT4="; 32 + "sha256-205rhW89Jlk4ICraqndTbJ6/88+ZqhtDOIvhFTiEUz0="; 33 33 }; 34 34 35 35 preferLocalBuild = true;