-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
electron update script broken #321490
Comments
sounds like we probably should readd nix-universal-prefetch? |
Given the repo is removed, I don't think we can without reimplementing. |
https://github.com/Marcus-Arcadius/nix-universal-prefetch has an up-to-date (v0.4) fork. I've raised https://github.com/orgs/nix-community/discussions/1321 to discuss nix-community ownership of this. |
See #322179 for an example PR of migrating from nix-universal-prefetch to nix-update. Could this be done for electron? |
This package was deleted in 578d7e7. This broke the Electron update script. This fixes the Electron update script. Fixes NixOS#321490
The nix-universal-prefetch package was deleted in 578d7e7. Switch to nurl. Fixes NixOS#321490
The nix-universal-prefetch package was deleted in 578d7e7. Switch to nurl. Fixes NixOS#321490
Describe the bug
The electron
update.py
script depends onnix-universal-prefetch
, which was removed by 578d7e7 in #321436.Steps To Reproduce
Steps to reproduce the behavior:
cd pkgs/development/tools/electron/update.py; ./update.py update-all
Expected behavior
The update scripts succeeds.
Notify maintainers
(myself)
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: