3
0
Fork 0
forked from mirrors/nixpkgs

firefox: fix parameter of update.nix for ESR version

This commit is contained in:
taku0 2021-05-05 11:08:28 +09:00
parent 8432387de2
commit 6aaaa019ce

View file

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