forked from mirrors/nixpkgs
firefox: fix parameter of update.nix for ESR version
This commit is contained in:
parent
8432387de2
commit
6aaaa019ce
|
@ -51,6 +51,7 @@ rec {
|
|||
tests = [ nixosTests.firefox-esr ];
|
||||
updateScript = callPackage ./update.nix {
|
||||
attrPath = "firefox-esr-78-unwrapped";
|
||||
versionSuffix = "esr";
|
||||
versionKey = "ffversion";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue