summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorMatthew Justin Bauer <mjbauer95@gmail.com>2018-05-04 17:21:20 -0500
committerGitHub <noreply@github.com>2018-05-04 17:21:20 -0500
commitce3e0f2e9b1e8071ce816845025cacae43327ffe (patch)
tree0ecedbe3f729968e69cecac03e108d64cc5701d3 /pkgs/applications/networking
parent4cf0e35894fb7adbc1be24b132201fb8c5faab90 (diff)
parent4f715a5690d28cf74068de823cbb793194a0b2ac (diff)
downloadnixpkgs-ce3e0f2e9b1e8071ce816845025cacae43327ffe.tar
nixpkgs-ce3e0f2e9b1e8071ce816845025cacae43327ffe.tar.gz
nixpkgs-ce3e0f2e9b1e8071ce816845025cacae43327ffe.tar.bz2
nixpkgs-ce3e0f2e9b1e8071ce816845025cacae43327ffe.tar.lz
nixpkgs-ce3e0f2e9b1e8071ce816845025cacae43327ffe.tar.xz
nixpkgs-ce3e0f2e9b1e8071ce816845025cacae43327ffe.tar.zst
nixpkgs-ce3e0f2e9b1e8071ce816845025cacae43327ffe.zip
Merge pull request #39750 from r-ryantm/auto-update/palemoon
palemoon: 27.8.3 -> 27.9.0
Diffstat (limited to 'pkgs/applications/networking')
-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 0c0ef501e99..aa77f084734 100644
--- a/pkgs/applications/networking/browsers/palemoon/default.nix
+++ b/pkgs/applications/networking/browsers/palemoon/default.nix
@@ -10,14 +10,14 @@
 
 stdenv.mkDerivation rec {
   name = "palemoon-${version}";
-  version = "27.8.3";
+  version = "27.9.0";
 
   src = fetchFromGitHub {
     name   = "palemoon-src";
     owner  = "MoonchildProductions";
     repo   = "Pale-Moon";
     rev    = version + "_Release";
-    sha256 = "1v3wliq8k5yq17ms214fhwka8x4l3sq8kja59dx4pbvczzb1zyzh";
+    sha256 = "181g1hy4k9xr6nlrw8jamp541gr5znny4mmpwwaa1lzq5v1w1sw6";
   };
 
   desktopItem = makeDesktopItem {