-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Update request: standardnotes 3.181.23 → 3.191.4 #293270
Comments
This overlay works for me. Just overriding the
Also need to pin Edit: my current overlay for standard notes tracking upstream repo using nvfetcher: https://github.com/higherorderfunctor/nixos-config/blob/dotfiles/overlays/standardnotes-overlay.nix |
You now have to allow electron 27 to be used since it went EOL. I reported it upstream: standardnotes/forum#3626 import nixpkgs {
inherit system;
overlays = import ./overlays {inherit inputs lib;};
config = {
allowUnfree = true;
permittedInsecurePackages = [
"electron-27.3.11" # standard notes
];
};
}); |
Package name: standardnotes
Latest released version: 3.191.4
Current version on the unstable channel: 3.181.23
Current version on the stable/release channel: 3.181.23
[* ] Checked the nixpkgs pull requests
Notify maintainers
@M-Gregoire
@chuangzhu
@squalus
Note for maintainers: Please tag this issue in your PR.
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: