-
-
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
optifine: 1.16.5_HD_U_G8 -> 1.18.1_HD_U_H4 #152414
Conversation
Sorry for being pedantic, but: To help with review, the commit message/PR title should be something like |
My bad its my first comit and I was being lazy thanks for the heads up |
is there a way to automate this so that a pr is created every time a new version is released? All we need to is generate the hash and update the file name. Then someone can check it and merge it :) |
That's a good idea. There is a bot that does this (@r-ryantm) and it's very useful in general, but I would guess it doesn't handle non-free software such as |
Another possibility is this: https://github.com/samuela/nixpkgs-upkeep |
I guess the r-ryantm bot can handle non-free package updates (for example vscode), but you will need to add an updateScript for this package as https://repology.org/project/optifine/versions shows that only nixpkgs has this package so the bot cannot automatically figure out the latest version based on repology. And I think updateScript will also be needed for nixpkgs-upkeep. |
isnt vscode opensource though? |
Visual Studio Code is released under a traditional Microsoft product license.
See #86122 for Code - OSS. |
R-ryantm doesn't care about the license of things it updates. |
@IvarWithoutBones Would you like to review the update as you are the maintainer of this package? (Yeah this needs a squash merge) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than the commit name this LGTM 👍
Since people still want to play on older versions of the game, and this isn't backwards compatible, we should expose all the major versions in the future. This works for now though.
How do you do multiple versions? I'm new to nixpkgs. |
You can use a generic builder, much like discord, or yuzu. See their entries in I think this would deserve it's own That's not a requirement for this to be merged though, just something I'd like to see in the future. |
Motivation for this change
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notesThis time im targeting main branch.