We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 5bc322d commit ae9d534Copy full SHA for ae9d534
pkgs/applications/networking/browsers/firefox/default.nix
@@ -163,8 +163,8 @@ in {
163
164
firefox-esr-unwrapped = common {
165
pname = "firefox-esr";
166
- version = "52.1.0esr";
167
- sha512 = "ba833904654eda347f83df77e04c8e81572772e8555f187b796ecc30e498b93fb729b6f60935731d9584169adc9d61329155364fddf635cbd11abebe4a600247";
+ version = "52.1.1esr";
+ sha512 = "23f88de0a084341d54aab107bbf71b965a3f5be192ec8681b8b824c7e13d47968a0e56f4acfd2d2c5487c2e4c963e75ea6aeed400add915b3fb6403ee8810374";
168
updateScript = import ./update.nix {
169
attrPath = "firefox-esr-unwrapped";
170
versionSuffix = "esr";
0 commit comments