firefox: fix parameter of update.nix for ESR version

(cherry picked from commit 6aaaa019ce684fad13f9b239536e04252862980d)
This commit is contained in:
taku0 2021-05-05 11:08:28 +09:00 committed by github-actions[bot]
parent 3987314eba
commit a84016df15

View File

@ -51,6 +51,7 @@ rec {
tests = [ nixosTests.firefox-esr ];
updateScript = callPackage ./update.nix {
attrPath = "firefox-esr-78-unwrapped";
versionSuffix = "esr";
versionKey = "ffversion";
};
};