mozilla / nixpkgs-mozilla

Mozilla overlay for Nixpkgs.
MIT License
516 stars 128 forks source link

Invalid version #328

Closed clonidine closed 4 months ago

clonidine commented 4 months ago

The file firefox-overlay.nix (I think including other files) tries to get files in a version in which it is not available in the Mozilla's Firefox Nightly central (https://download.cdn.mozilla.net/pub/firefox/nightly/latest-mozilla-central/).

It gets the nightly version from here: https://product-details.mozilla.org/1.0/firefox_versions.json, which would result in "128.0a1" which is not available in Mozilla's firefox nightly central (https://download.cdn.mozilla.net/pub/firefox/nightly/latest-mozilla-central/firefox-128.0a1.en-US.linux-x86_64.buildhub.json).

2024-05-13_18-41

However, if we change "128.0a1" to "127.0a1" which is available on Mozilla's Firefox Nightly central (https://download.cdn.mozilla.net/pub/firefox/nightly/latest-mozilla-central/firefox-127.0a1.en-US.linux-x86_64.buildhub.json), the program starts working.

2024-05-13_18-30 2024-05-13_18-45