summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/palemoon/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-05-21 08:42:51 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-21 17:42:51 +0200
commitd239113bb0a2b471ea72d8a8af2331ec87d72a93 (patch)
treefa633c1f539d76401b2f682edb0f7cf457651471 /pkgs/applications/networking/browsers/palemoon/default.nix
parent7796075209a3d0814d8dc1d15498fe6451cd2d44 (diff)
downloadnixlib-d239113bb0a2b471ea72d8a8af2331ec87d72a93.tar
nixlib-d239113bb0a2b471ea72d8a8af2331ec87d72a93.tar.gz
nixlib-d239113bb0a2b471ea72d8a8af2331ec87d72a93.tar.bz2
nixlib-d239113bb0a2b471ea72d8a8af2331ec87d72a93.tar.lz
nixlib-d239113bb0a2b471ea72d8a8af2331ec87d72a93.tar.xz
nixlib-d239113bb0a2b471ea72d8a8af2331ec87d72a93.tar.zst
nixlib-d239113bb0a2b471ea72d8a8af2331ec87d72a93.zip
palemoon: 27.9.1 -> 27.9.2 (#40838)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/palemoon/versions.

These checks were done:

- built on NixOS
- /nix/store/5kg07d9qryxy21ikixc0273ngbm3zl3v-palemoon-27.9.2/bin/palemoon passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 1 of 1 passed binary check by having the new version present in output.
- found 27.9.2 with grep in /nix/store/5kg07d9qryxy21ikixc0273ngbm3zl3v-palemoon-27.9.2
- directory tree listing: https://gist.github.com/97521481792d6df556c4536742a77bb4
- du listing: https://gist.github.com/7f246d760956bb748d5e09cfd1193a6b
Diffstat (limited to 'pkgs/applications/networking/browsers/palemoon/default.nix')
-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 3f44d1576602..e6b5ee641ee4 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.9.1";
+  version = "27.9.2";
 
   src = fetchFromGitHub {
     name   = "palemoon-src";
     owner  = "MoonchildProductions";
     repo   = "Pale-Moon";
     rev    = version + "_Release";
-    sha256 = "1cjd0liy3x7iqx8g8mbwdrr0f2aiqjiaifzzkngcvx3vfmphj97k";
+    sha256 = "0v6vgkxac2s1hw1namvrjysj2k1kbkabwdxrpq6kyd8svr7n974r";
   };
 
   desktopItem = makeDesktopItem {