dprint: skip non-release tags in updateScript
This commit is contained in:
@@ -78,7 +78,11 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
versionCheckKeepEnvironment = [ "HOME" ];
|
||||
|
||||
passthru = {
|
||||
updateScript = nix-update-script { };
|
||||
updateScript = nix-update-script {
|
||||
# Follow upstream's release policy. Git tags are not enough for this package:
|
||||
# https://github.com/dprint/dprint/issues/1113
|
||||
extraArgs = [ "--use-github-releases" ];
|
||||
};
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user