summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-12-23 21:17:14 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-12-23 21:17:14 -0800
commit918ca56e744d00fb17c4a4627af72bdf7be9dca6 (patch)
tree1c720ac17a1659d0a17084e0956635a8ab1d3057 /pkgs
parentf79e10061f4e7a8988831e9734e131492e5b311f (diff)
downloadnixpkgs-918ca56e744d00fb17c4a4627af72bdf7be9dca6.tar
nixpkgs-918ca56e744d00fb17c4a4627af72bdf7be9dca6.tar.gz
nixpkgs-918ca56e744d00fb17c4a4627af72bdf7be9dca6.tar.bz2
nixpkgs-918ca56e744d00fb17c4a4627af72bdf7be9dca6.tar.lz
nixpkgs-918ca56e744d00fb17c4a4627af72bdf7be9dca6.tar.xz
nixpkgs-918ca56e744d00fb17c4a4627af72bdf7be9dca6.tar.zst
nixpkgs-918ca56e744d00fb17c4a4627af72bdf7be9dca6.zip
palemoon: 28.7.2 -> 28.8.0
Diffstat (limited to 'pkgs')
-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 05262b0cf50..ae3999e3cda 100644
--- a/pkgs/applications/networking/browsers/palemoon/default.nix
+++ b/pkgs/applications/networking/browsers/palemoon/default.nix
@@ -13,13 +13,13 @@ let
 
 in stdenv.mkDerivation rec {
   pname = "palemoon";
-  version = "28.7.2";
+  version = "28.8.0";
 
   src = fetchFromGitHub {
     owner  = "MoonchildProductions";
     repo   = "UXP";
     rev    = "PM${version}_Release";
-    sha256 = "08w90269mwcqsdhx4vvp18c5iccvzqhaaw6aw7w0nppf2f2k8lri";
+    sha256 = "0swmwall8pyg905jnw6x1b6vcv92zb7ph3zqcymh4ay2liikh8c0";
   };
 
   desktopItem = makeDesktopItem {