summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-01-01 22:50:27 -0300
committerGitHub <noreply@github.com>2023-01-01 22:50:27 -0300
commit8d6446d553365f3270b15c8a6c0a0462368deb73 (patch)
tree29cb3ef92cd88487ca73766030cb981d1690040a /pkgs/applications
parentb9a9b3861ad02081f4a12b271b7acee31391af76 (diff)
parentee82cb3532c27808a40c16dd3bcc7f282dc1a339 (diff)
downloadnixpkgs-8d6446d553365f3270b15c8a6c0a0462368deb73.tar
nixpkgs-8d6446d553365f3270b15c8a6c0a0462368deb73.tar.gz
nixpkgs-8d6446d553365f3270b15c8a6c0a0462368deb73.tar.bz2
nixpkgs-8d6446d553365f3270b15c8a6c0a0462368deb73.tar.lz
nixpkgs-8d6446d553365f3270b15c8a6c0a0462368deb73.tar.xz
nixpkgs-8d6446d553365f3270b15c8a6c0a0462368deb73.tar.zst
nixpkgs-8d6446d553365f3270b15c8a6c0a0462368deb73.zip
Merge pull request #208555 from OPNA2608/update/palemoon
palemoon: 31.4.1.1 -> 31.4.2
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/browsers/palemoon/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/browsers/palemoon/default.nix b/pkgs/applications/networking/browsers/palemoon/default.nix
index 3e08b228159..9efa3e79dc0 100644
--- a/pkgs/applications/networking/browsers/palemoon/default.nix
+++ b/pkgs/applications/networking/browsers/palemoon/default.nix
@@ -45,7 +45,7 @@ assert with lib.strings; (
 
 stdenv.mkDerivation rec {
   pname = "palemoon";
-  version = "31.4.1.1";
+  version = "31.4.2";
 
   src = fetchFromGitea {
     domain = "repo.palemoon.org";
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
     repo = "Pale-Moon";
     rev = "${version}_Release";
     fetchSubmodules = true;
-    sha256 = "sha256-lr8xT9tRxVjg1DxUZuCyWuCFBPPdmkvsnmAsoX8o/6Y=";
+    sha256 = "sha256-vJhjQfsa05fFNL24tUBHfKoKZG2aLXp5xBdUqqGDtAE=";
   };
 
   nativeBuildInputs = [